2020-05-01 / 4829阅 / 悠然
Meta-Box template function.
(string|WP_Screen)
(Required)
Screen identifier. If you have used add_menu_page() or add_submenu_page() to create a new screen (and hence screen_id) make sure your menu slug conforms to the limits of sanitize_key() otherwise the 'screen' menu may not correctly render>
(string)
(Required)
The screen context for which to display meta boxes.
(mixed)
(Required)
Gets passed to the first parameter of the meta box callback function. Often this is the object that's the focus of the current screen, for example a WP_Post or WP_Comment object.
(int) number of meta_boxes