How to create custom post by using REST API securely?
I have a front form. can that be used to create a custom post by filling out and that creates the custom post with on the same website? Yes, if you have show_in_restset to true when registering your post type then you’ll already have REST API endpoints for listing and creating them, and they’ll be … Read more