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



default_page_template_title › WordPress Filter Hooks

Da4.1.0
Deprecaton/a
apply_filters( 'default_page_template_title', __( 'Default template' )
Parametri: (2)
  • (string) $label The display value for the default page template title.
    Richiesto:
  • (string) $context Where the option label is displayed. Possible values include 'meta-box' or 'quick-edit'.
    Richiesto:
Definito a:
Codex:

Filters the title of the default page template displayed in the drop-down.





Sorgenti

$default_title = apply_filters( 'default_page_template_title', __( 'Default template' ), 'meta-box' );