register_acpt_option_page
register_acpt_option_page
Register a new option page.
Usage
Parameters
menu_slug
(string) (Required) The page slugpage_title
(string) (Required) The page titlemenu_title
(string) (Required) The admin menu titleicon
(string) The icon menu (only for parent pages)capability
(string) Page permissions (see official WP docs)description
(string) The page descriptionparent
(string) The parent page (use the menu slug)position
(integer) (Required) The page position in the admin menu
Return
boolean
Last updated