edit_form_after_title WordPress Action Hook
The edit_form_after_title hook is a action hook that is called after the editor form title field. This hook can be used to add extra fields to the editor form, or to modify the existing form fields.
do_action( 'edit_form_after_title', WP_Post $post ) #
Fires after the title field.
Parameters
- $post
(WP_Post)Post object.
Source
Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |