Browse: Home / Classes / Learndash_Admin_Post_Edit /

Learndash_Admin_Post_Edit::gutenberg_placeholder_enter_title_here

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 #


Parameters #

$placeholder_title

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

Default value: ''

$post

(object) (Optional) WP_Post instance of post_type being added.

Default value: null


Return #

(string) $placeholder_title.


Source #

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


Changelog #

Changelog
Version Description
2.6.0 Introduced.