gutenberg_render_block_core_template_part_none

gutenberg_render_block_core_template_part_none

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

See hook in core

Displaying hooks found in version: gutenberg.17.9.0

do_action('gutenberg_render_block_core_template_part_none') is found 1 times:

  • /build/block-library/blocks/template-part.php line 103
    099
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
                 * @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( 'gutenberg_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: