Archive | /wp-includes/post.php RSS feed for this section

register_post_type

Register a post type. Do not use before init.A function for creating or modifying a post type based on the parameters given. The function will accept an array (second optional parameter), along with a string for the post type name.

2675

Continue reading

register_post_status

Register a post type. Do not use before init.A simple function for creating or modifying a post status based on the parameters given. The function will accept an array (second optional parameter), along with a string for the post status name.

2673

Continue reading