wpseo_publishbox_misc_actions хук-событие . Yoast 1.0
Fires after the post time/date setting in the Publish meta box.
Использование
add_action( 'wpseo_publishbox_misc_actions', 'action_function_name_8437' ); function action_function_name_8437( $post ){ // action... }
- $post(\WP_Post)
- The current post object.
Где вызывается хук
wpseo_publishbox_misc_actions
yoast/admin/class-admin-init.php 482
do_action( 'wpseo_publishbox_misc_actions', $post );