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



default_page_template_title › WordPress Filter Hooks

Seit4.1.0
Veraltetn/v
apply_filters( 'default_page_template_title', __( 'Default template' )
Parameter: (2)
  • (string) $label The display value for the default page template title.
    Erforderlich: Ja
  • (string) $context Where the option label is displayed. Possible values include 'meta-box' or 'quick-edit'.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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