WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about default_content

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/post.php apply_filters 748 /**
* Filters the default post content initially used in the "Write Post" form.
*
* @since 1.5.0
*
* @param string $post_content Default post content.
* @param WP_Post $post Post object.
*/

Hook Parameters

Parameter Type Name Description
string $post_content Default post content.
WP_Post $post Post object.