block_core_navigation_render_inner_blocks

block_core_navigation_render_inner_blocks

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('block_core_navigation_render_inner_blocks') is found 1 times:

  • /wp-includes/blocks/navigation.php line 300
    		 * @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 );
    		}