Fires after ‘normal’ context meta boxes have been output for all post types other than ‘page’.
Parameters
$post
WP_Post- Post object.
Source
do_action( 'edit_form_advanced', $post );
Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |
Fires after ‘normal’ context meta boxes have been output for all post types other than ‘page’.
$post
WP_Postdo_action( 'edit_form_advanced', $post );
Version | Description |
---|---|
1.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.