Skip to content

ashuparmarjain/Wordpress_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Wordpress_API

A plugin to build custom end point WordPress REST API.

The WordPress REST API is usefull to load data using ajax call, it can also be use for making single page application.

HOW TO USE THIS PLUGIN : Step1: Clone this repo in the plugin folder of your site content. Step2: Activate the plguin using wordpress backend. Step3: Access the API by appending your site's hosted url with "/wp-json/my-api/v1/posts" For eg : If your site is hosted at https://yoursiteurl.com then you can access your api at https://yoursiteurl.com/wp-json/my-api/v1/posts

About

A plugin to build custom end point WordPress REST API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages