enter_title_here, __( Title

enter_title_here, __( Title

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

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

  • /wp-admin/includes/dashboard.php line 598
    		<div class="input-text-wrap" id="title-wrap">
    			<label for="title">
    				<?php
    				/** This filter is documented in wp-admin/edit-form-advanced.php */
    				echo apply_filters( 'enter_title_here', __( 'Title' ), $post );
    				?>
    			</label>
    			<input type="text" name="post_title" id="title" autocomplete="off" />
    		</div>
    
    		<div class="textarea-wrap" id="description-wrap">