wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



render_block_core_template_part_none › WordPress Action Hooks

Da5.9.0
Deprecaton/a
do_action( 'render_block_core_template_part_none', $template_part_id, $attributes, $template_part_file_path )
Parametri: (3)
  • (string) $template_part_id The requested template part namespaced to the theme.
    Richiesto:
  • (array) $attributes The block attributes.
    Richiesto:
  • (string) $template_part_file_path Absolute path to the not found template path.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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