Advertisement
Guest User

Untitled

a guest
Jun 30th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. function __tm_get_the_author_posts_link() {
  2.  
  3. if ( function_exist( 'foo' ) {
  4. return foo();
  5. }
  6.  
  7. ob_start();
  8. the_author_posts_link();
  9. $author = ob_get_clean();
  10.  
  11. return $author;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement