apply_filters( 'default_content', string $post_content , WP_Post $post )
Filters the default post content initially used in the “Write Post” form.
Parameters
- $post_content
-
Default post content.
- $post
-
Post object.
Source
Changelog
Version | Description |
---|---|
WP-1.5.0 | Introduced. |