Advertisement
Guest User

Change bbPress Forums Title

a guest
Oct 5th, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. add_filter( 'bbp_get_forum_archive_title', 'custom_forum_archive_title' );
  2.  
  3. function custom_forum_archive_title() {
  4.     return 'Your Forums Archive Title Here';
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement