edit_form_after_editor WordPress Action Hook
The edit_form_after_editor hook is called after the content editor has been displayed for the first time. It can be used to add custom fields to the editor, or to modify the editor settings.
do_action( 'edit_form_after_editor', WP_Post $post ) #
Fires after the content editor.
Contents
Parameters
- $post
(WP_Post)Post object.
Source
Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |