aioseo_breadcrumbs_output, true

aioseo_breadcrumbs_output, true

Hook Type: filter

See hook in core

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

apply_filters('aioseo_breadcrumbs_output, true') is found 1 times:

  • /app/Common/Breadcrumbs/Frontend.php line 191
    		) {
    			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;