aioseo_breadcrumbs_output

aioseo_breadcrumbs_output

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.4.5.9.2

apply_filters('aioseo_breadcrumbs_output') is found 1 times:

  • /app/Common/Breadcrumbs/Frontend.php line 162
    	 * @param  bool        $echo Print out the breadcrumb.
    	 * @return string|void       A html breadcrumb.
    	 */
    	public function display( $echo = true ) {
    		if ( ! aioseo()->options->breadcrumbs->enable || ! apply_filters( 'aioseo_breadcrumbs_output', true ) ) {
    			return;
    		}
    
    		// We can only run after this action because we need all post types loaded.
    		if ( ! did_action( 'init' ) ) {
    			return;