WPBP / WordPress-Plugin-Boilerplate-Powered

Wordpress Plugin Boilerplate but Powered with examples and a generator!
https://wpbp.github.io/
GNU General Public License v3.0
793 stars 114 forks source link

Add some constants for Min PHP version and WP version also a description in Rest Example #185

Closed MikeiLL closed 3 years ago

MikeiLL commented 3 years ago

Feel free to comment.

Mte90 commented 3 years ago

Thanks!

MikeiLL commented 3 years ago

Cool. My pleasure. More to come, in time, I hope. I'm barely scratching the surface of the features you have included here. To initialize the Rest Example, I added a backend/RestInit.php class. Does that seem like a sensible place to do it?

Mte90 commented 3 years ago

Well backend is executed only for users on the admin dashboard so this depends on your needs.

MikeiLL commented 3 years ago

Well, I need to

1. pull in custom posts from a shortcode
2. post to cpt from an external app
Mte90 commented 3 years ago

Internals is the best place :-)