default_page_template_title

Advertisement

Summery Summery

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

Syntax Syntax

apply_filters( 'default_page_template_title', string $label, string $context )

Parameters Parameters

$label

The display value for the default page template title.

$context

Where the option label is displayed. Possible values include 'meta-box' or 'quick-edit'.

Source Source

File: wp-admin/includes/meta-boxes.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.1.0 Introduced.

Advertisement

Leave a Reply