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

Filters the title field placeholder text.


Description Description


Parameters Parameters

$text

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

$post

(WP_Post) Post object.


Top ↑

Source Source

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

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.