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



page_attributes_meta_box_template › WordPress Action Hooks

Seit4.4.0
Veraltetn/v
do_action( 'page_attributes_meta_box_template', $template, $post )
Parameter: (2)
  • (string|false) $template The template used for the current post.
    Erforderlich: Ja
  • (WP_Post) $post The current post.
    Erforderlich: Ja
Definiert in:
Codex:

Fires immediately after the label inside the 'Template' section of the 'Page Attributes' meta box.





Quellcode

do_action( 'page_attributes_meta_box_template', $template, $post );