apply_filters( 'enter_title_here', string $text, WP_Post $post )

Filters the title field placeholder text.


Parameters

$text

(string) Placeholder text. Default 'Enter title here'.

$post

(WP_Post) Post object.


Source

File: wp-admin/edit-form-advanced.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.1.0 Introduced.