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

apply_filters('wpseo_breadcrumb_indexables') is found 1 times:

  • /src/generators/breadcrumbs-generator.php line 150
    		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: