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

apply_filters('aioseo_breadcrumbs_output') is found 1 times:

  • /app/Common/Breadcrumbs/Frontend.php line 177
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    ) {
        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;