wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



render_block_core_template_part_none › Les Actions WordPress

Depuis5.9.0
Dépréciéen/a
do_action( 'render_block_core_template_part_none', $template_part_id, $attributes, $template_part_file_path )
Paramètres: (3)
  • (string) $template_part_id The requested template part namespaced to the theme.
    Requis: Oui
  • (array) $attributes The block attributes.
    Requis: Oui
  • (string) $template_part_file_path Absolute path to the not found template path.
    Requis: Oui
Défini(e) dans:
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 );