edit_form_after_editor action-hook . WP 3.5.0
Fires after the content editor.
Usage
add_action( 'edit_form_after_editor', 'action_function_name_8270' ); function action_function_name_8270( $post ){ // action... }
- $post(WP_Post)
- Post object.
Changelog
Since 3.5.0 | Introduced. |
Where the hook is called
In file: /wp-admin/edit-form-advanced.php
edit_form_after_editor
wp-admin/edit-form-advanced.php 649
do_action( 'edit_form_after_editor', $post );