wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



page_attributes_meta_box_template › WordPress Action Hooks

Da4.4.0
Deprecaton/a
do_action( 'page_attributes_meta_box_template', $template, $post )
Parametri: (2)
  • (string|false) $template The template used for the current post.
    Richiesto:
  • (WP_Post) $post The current post.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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