Does anyone know some good tutorials for creating Post and API for that post? Trying to make a FAQ Wordpress plugin.
For further actions, you may consider blocking this person and/or reporting abuse
Does anyone know some good tutorials for creating Post and API for that post? Trying to make a FAQ Wordpress plugin.
For further actions, you may consider blocking this person and/or reporting abuse
Bibek Thapa -
David Paluy -
joedev090 -
Andrew Elans -
Top comments (1)
I used this link: medium.com/@etiennerouzeaud/how-cr...
I'd never made an API before following this example, and it was really helpful. It's a pretty simple API that performs basic CRUD operations, but I used that as a foundation to build off of. Hope this helps!