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-6.5.2

do_action('add_meta_boxes_{$post_type}') is found 1 times:

  • /wp-admin/includes/meta-boxes.php line 1731
    	 * @since 3.0.0
    	 *
    	 * @param WP_Post $post Post object.
    	 */
    	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: