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.7.4.2

apply_filters('aioseo_breadcrumbs_output') is found 1 times:

  • /app/Common/Breadcrumbs/Frontend.php line 169
    		) {
    			return;
    		}
    
    		if ( ! 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;