WordPress register_post_type

Using Custom Post Types, you can register your own post type. Once a custom post type is registered, it gets a new top-level administrative screen that can be used to manage and create posts of that type. To register a new post type, you use the register_post_type () function.

Reference:https://developer.wordpress.org/reference/functions/register_post_type/

Leave a comment

Your email address will not be published. Required fields are marked *