bbp_get_forum_archive_title

bbp_get_forum_archive_title

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_forum_archive_title') is found 1 times:

  • /includes/forums/template.php line 418
    			}
    		}
    
    		// Filter & return
    		return apply_filters( 'bbp_get_forum_archive_title', $title );
    	}
    
    /**
     * Output the content of the forum
     *
     * @since 2.0.0 bbPress (r2780)