bbp_list_forums

The bbp_list_forums function is commonly used to display a list of sub forums. You can customise the returned data by passing the function some arguments. The bbp_list_forums is a function located in \includes\forums\template.php. To filter this array use: add_filter( ‘bbp_before_list_forums_parse_args’, ‘your_filter_name’ ); An example list of arguments before The value you specify for ‘before’ will … Continue reading bbp_list_forums