default_title

default_title

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('default_title') is found 1 times:

  • /wp-admin/includes/post.php line 818
    	 *
    	 * @param string  $post_title Default post title.
    	 * @param WP_Post $post       Post object.
    	 */
    	$post->post_title = (string) apply_filters( 'default_title', $post_title, $post );
    
    	/**
    	 * Filters the default post excerpt initially used in the "Write Post" form.
    	 *
    	 * @since 1.5.0
    	 *
    

See this hook used in plugins: