do_action( 'add_meta_boxes',  string $post_type ,  WP_Post $post  )
	Fires after all built-in meta boxes have been added.
Description Description
Parameters Parameters
- $post_type
 - 
					
(string) Post type.
 - $post
 - 
					
(WP_Post) Post object.
 
Source Source
Changelog Changelog
| Version | Description | 
|---|---|
| 3.0.0 | Introduced. |