render_block_core_template_part_none

render_block_core_template_part_none

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('render_block_core_template_part_none') is found 1 times:

  • /wp-includes/blocks/template-part.php line 97
    				 * @param string $template_part_id        The requested template part namespaced to the theme.
    				 * @param array  $attributes              The block attributes.
    				 * @param string $template_part_file_path Absolute path to the not found template path.
    				 */
    				do_action( 'render_block_core_template_part_none', $template_part_id, $attributes, $template_part_file_path );
    			}
    		}
    	}
    
    	// WP_DEBUG_DISPLAY must only be honored when WP_DEBUG. This precedent
    	// is set in `wp_debug_mode()`.
    

See this hook used in plugins: