wpseo_breadcrumb_indexables

wpseo_breadcrumb_indexables

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

apply_filters('wpseo_breadcrumb_indexables') is found 1 times:

  • /src/generators/breadcrumbs-generator.php line 150
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    if ( ! empty( $static_ancestors ) ) {
        \array_unshift( $indexables, ...$static_ancestors );
    }
     
    $indexables = \apply_filters( 'wpseo_breadcrumb_indexables', $indexables, $context );
    $indexables = \is_array( $indexables ) ? $indexables : [];
    $indexables = \array_filter(
        $indexables,
        static function ( $indexable ) {
            return \is_a( $indexable, Indexable::class );
        }

See this hook used in plugins: