do_action( 'page_attributes_misc_attributes', WP_Post $post )

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


Parameters

$post WP_Post
The current post.

Top ↑

Source

File: wp-admin/includes/meta-boxes.php. View all references

do_action( 'page_attributes_misc_attributes', $post );


Top ↑

Changelog

Changelog
Version Description
4.9.0 Introduced.

Top ↑

User Contributed Notes

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