What are custom_css and customize_changeset used for?
A fresh wordpress install has the following post types:
- Post (Post Type: 'post')
- Page (Post Type: 'page')
- Attachment (Post Type: 'attachment')
- Revision (Post Type: 'revision')
- Navigation Menu (Post Type: 'nav_menu_item')
- Custom CSS (Post Type: 'custom_css')
- Changesets (Post Type: 'customize_changeset')
https://codex.wordpress.org/Post_Types doesn't address what the final two are used for.
Could anyone explain?
Topic post-type-support post-type core Wordpress
Category Web