add_meta_boxes_{$post_type}

add_meta_boxes_{$post_type}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-7.0

do_action('add_meta_boxes_{$post_type}') 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.
    	 *
    

See this hook used in plugins: