Opened 9 years ago
Closed 9 years ago
#1479 closed defect (bug) (fixed)
Nested arrays of parameters should be parsed as nested lists
Reported by: | ericdaams | Owned by: | coffee2code |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Developer Hub | Keywords: | |
Cc: |
Description
- Go to https://developer.wordpress.org/reference/functions/register_post_type/
- Inside the
$args
parameter, therewrite
list item should haveslug
,with_front
,feeds
,pages
andep_mask
nested underneath it as a nested list, not as sibling list items.
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 2205: