block_core_navigation_render_inner_blocks

block_core_navigation_render_inner_blocks

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('block_core_navigation_render_inner_blocks') is found 1 times:

  • /wp-includes/blocks/navigation.php line 325
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    * @since 6.1.0
     *
     * @param \WP_Block_List $inner_blocks
     */
    $inner_blocks = apply_filters( 'block_core_navigation_render_inner_blocks', $inner_blocks );
     
    $post_ids = block_core_navigation_get_post_ids( $inner_blocks );
    if ( $post_ids ) {
        _prime_post_caches( $post_ids, false, false );
    }

See this hook used in plugins: