wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



render_block_core_template_part_none › WordPress Action Hooks

Seit5.9.0
Veraltetn/v
do_action( 'render_block_core_template_part_none', $template_part_id, $attributes, $template_part_file_path )
Parameter: (3)
  • (string) $template_part_id The requested template part namespaced to the theme.
    Erforderlich: Ja
  • (array) $attributes The block attributes.
    Erforderlich: Ja
  • (string) $template_part_file_path Absolute path to the not found template path.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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