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



default_page_template_title › Filtr WordPress Hooks

Od4.1.0
Przestarzałyn/a
apply_filters( 'default_page_template_title', __( 'Default template' )
Parametry: (2)
  • (string) $label The display value for the default page template title.
    Wymagane: Tak
  • (string) $context Where the option label is displayed. Possible values include 'meta-box' or 'quick-edit'.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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