do_action( ‘page_attributes_misc_attributes’, WP_Post $post )

In this article

Fires before the help hint text in the ‘Page Attributes’ meta box.

Parameters

$postWP_Post
The current post.

Source

do_action( 'page_attributes_misc_attributes', $post );

Changelog

VersionDescription
4.9.0Introduced.

User Contributed Notes

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