Fires after the content editor.
Parameters
$post
WP_Post- Post object.
Source
do_action( 'edit_form_after_editor', $post );
Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |
Fires after the content editor.
$post
WP_Postdo_action( 'edit_form_after_editor', $post );
Version | Description |
---|---|
3.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.