default_content, $post_content, $post

default_content, $post_content, $post

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('default_content, $post_content, $post') is found 1 times:

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