register_acpt_post_type
register_acpt_post_type
Register a new custom post type.
Usage
Parameters
post_name
(string) (Required) The post namesingular_label
(string) (Required) The post singular labelplural_label
(string) (Required) The plural labelicon
(string) (Required) The admin icon (see dashicon list)supports
(array) (Required) Refer to official documentationlabels
(array) (Required) Refer to official documentationsettings
(array) (Required) Refer to official documentation
Return
boolean
Last updated