do_action( ‘edit_form_advanced’, WP_Post $post )

In this article

Fires after ‘normal’ context meta boxes have been output for all post types other than ‘page’.

Parameters

$postWP_Post
Post object.

Source

do_action( 'edit_form_advanced', $post );

Changelog

VersionDescription
1.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.