Inventory_Presser_Admin_Menus::nav_menus_phone_numbers_meta_box( mixed $data_object, array $box )

nav_menus_phone_numbers_meta_box


Parameters Parameters

$data_object

(mixed) (Required) Gets passed to the meta box callback function as the first parameter.<br> Often this is the object that’s the focus of the current screen, for example a WP_Post or WP_Comment object.

$box

(array) (Required) An item in the global $wp_meta_boxes array.


Top ↑

Return Return

(void)