default_content, $post_content, $post
default_content, $post_content, $post
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_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 *