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



render_block_core_template_part_post › Działania WordPress Hooks

Od5.9.0
Przestarzałyn/a
do_action( 'render_block_core_template_part_post', $template_part_id, $attributes, $template_part_post, $content )
Parametry: (4)
  • (string) $template_part_id The requested template part namespaced to the theme.
    Wymagane: Tak
  • (array) $attributes The block attributes.
    Wymagane: Tak
  • (WP_Post) $template_part_post The template part post object.
    Wymagane: Tak
  • (string) $content The template part content.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Fires when a block template part is loaded from a template post stored in the database.





Źródło

do_action( 'render_block_core_template_part_post', $template_part_id, $attributes, $template_part_post, $content );