write_your_story

write_your_story

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('write_your_story') is found 1 times:

  • /wp-admin/edit-form-blocks.php line 220
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    *
     * @param string  $text Placeholder text. Default 'Type / to choose a block'.
     * @param WP_Post $post Post object.
     */
    $body_placeholder = apply_filters( 'write_your_story', __( 'Type / to choose a block' ), $post );
     
    $editor_settings = array(
        'availableTemplates'   => $available_templates,
        'disablePostFormats'   => ! current_theme_supports( 'post-formats' ),
        /** This filter is documented in wp-admin/edit-form-advanced.php */
        'titlePlaceholder'     => apply_filters( 'enter_title_here', __( 'Add title' ), $post ),