wpseek.com
A WordPress-centric search engine for devs and theme authors



render_block_core_template_part_none › WordPress Action Hooks

Since5.9.0
Deprecatedn/a
do_action( 'render_block_core_template_part_none', $template_part_id, $attributes, $template_part_file_path )
Parameters: (3)
  • (string) $template_part_id The requested template part namespaced to the theme.
    Required: Yes
  • (array) $attributes The block attributes.
    Required: Yes
  • (string) $template_part_file_path Absolute path to the not found template path.
    Required: Yes
Defined at:
Codex:

Fires when a requested block template part does not exist in the database nor in the theme.





Source

do_action( 'render_block_core_template_part_none', $template_part_id, $attributes, $template_part_file_path );