add_meta_boxes_{$post_type}, $post

add_meta_boxes_{$post_type}, $post

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_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.
    	 *