render_block_core_template_part_none

render_block_core_template_part_none

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('render_block_core_template_part_none') is found 1 times:

  • /wp-includes/blocks/template-part.php line 107
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
                 * @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: