add_meta_boxes_{$post_type}, $post
add_meta_boxes_{$post_type}, $post
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('add_meta_boxes_{$post_type}, $post') is found 1 times:
- /wp-admin/includes/meta-boxes.php line 1713
* * @param WP_Post|WP_Comment|object $object The post, comment, or link object. Type varies depending on * the hook name. */ do_action( "add_meta_boxes_{$post_type}", $post ); /** * Fires after meta boxes have been added. * * Fires once for each of the default meta box contexts: normal, advanced, and side. *