Guest User

Untitled

a guest
Sep 25th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. function ob_filter_forum_name($authLink,$resultSet)
  2. {
  3. $authLink = 'aaaa - '. $authLink;
  4. return $authLink;
  5. }
  6. add_filter( 'bbp_get_author_link', 'ob_filter_forum_name',10, 2);
  7.  
  8. return apply_filters( 'bbp_get_author_link', $author_link, $r );
  9.  
  10. add_filter( 'bbp_get_single_topic_description', '__return_false' );
Add Comment
Please, Sign In to add comment