block_core_navigation_render_fallback

block_core_navigation_render_fallback

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

See hook in core

Displaying hooks found in version: wordpress-6.7

apply_filters('block_core_navigation_render_fallback') is found 1 times:

  • /wp-includes/blocks/navigation.php line 1094
    	 * @since 5.9.0
    	 *
    	 * @param array[] $fallback_blocks default fallback blocks provided by the default block mechanic.
    	 */
    	return apply_filters( 'block_core_navigation_render_fallback', $fallback_blocks );
    }
    
    /**
     * Iterate through all inner blocks recursively and get navigation link block's post IDs.
     *
     * @since 6.0.0