enter_title_here, __( Add title

enter_title_here, __( Add title

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.8.6

apply_filters('enter_title_here, __( Add title') is found 1 times:

  • /includes/admin/views/global/form-top.php line 13
     * https://www.gnu.org/licenses/gpl-2.0.html
     */
    
    global $title, $post_new_file, $post_type_object, $post;
    $acf_title_placeholder = apply_filters( 'enter_title_here', __( 'Add title' ), $post );
    $acf_title             = $post->post_title;
    $acf_post_type         = is_object( $post_type_object ) ? $post_type_object->name : '';
    $acf_publish_btn_name  = 'save';
    $acf_duplicated_from   = '';
    
    if ( 'publish' !== $post->post_status ) {