Advertisement
Guest User

Untitled

a guest
Oct 5th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. echo "1";
  2. var_dump(esc_url( get_author_posts_url( get_the_author_meta( 'ID',  $author_id ) ) ));
  3. echo "2";
  4. var_dump(sprintf( esc_attr__( 'View all posts by %s', 'anima' ), get_the_author_meta( 'display_name', $author_id) ));
  5. echo "3";
  6. var_dump(get_the_author_meta( 'display_name', $author_id));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement