wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



render_block_core_template_part_none › Działania WordPress Hooks

Od5.9.0
Przestarzałyn/a
do_action( 'render_block_core_template_part_none', $template_part_id, $attributes, $template_part_file_path )
Parametry: (3)
  • (string) $template_part_id The requested template part namespaced to the theme.
    Wymagane: Tak
  • (array) $attributes The block attributes.
    Wymagane: Tak
  • (string) $template_part_file_path Absolute path to the not found template path.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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