Learndash_Admin_Post_Edit::gutenberg_placeholder_enter_title_here( string $placeholder_title = '', object $post = null )

Override Gutenberg placeholder title shown when adding new post.


Description Description


Parameters Parameters

$placeholder_title

(Optional) Placeholder title to be shown. Default is 'Add title'.

Default value: ''

$post

(Optional) WP_Post instance of post_type being added.

Default value: null


Top ↑

Return Return

(string) $placeholder_title.


Top ↑

Source Source

File: includes/admin/class-learndash-admin-posts-edit.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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