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



render_block_core_template_part_file › Działania WordPress Hooks

Od5.9.0
Przestarzałyn/a
do_action( 'render_block_core_template_part_file', $template_part_id, $attributes, $template_part_file_path, $content )
Parametry: (4)
  • (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 template path.
    Wymagane: Tak
  • (string) $content The template part content.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Fires when a block template part is loaded from a template part in the theme.





Źródło

do_action( 'render_block_core_template_part_file', $template_part_id, $attributes, $template_part_file_path, $content );