Forums
-
- Forum
- Posts
-
- Installation
- 28,380
- Troubleshooting
- 62,251
- Themes
- 10,390
- Plugins
- 15,311
- Requests & Feedback
- 14,897
- Showcase
- 3,252
-
The second parameter in apply_filters() needs to be a function that returns the text to be displayed in the title. Eg:
function my_title( $title ) {
return 'PHP Scripts Development Forum';
}
apply_filters('bb_get_title', 'my_title');
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS