Filters the body placeholder text.
Parameters
$text
string- Placeholder text. Default ‘Type / to choose a block’.
$post
WP_Post- Post object.
Source
$body_placeholder = apply_filters( 'write_your_story', __( 'Type / to choose a block' ), $post );
Filters the body placeholder text.
$text
string$post
WP_Post$body_placeholder = apply_filters( 'write_your_story', __( 'Type / to choose a block' ), $post );
User Contributed Notes
You must log in before being able to contribute a note or feedback.