This article will show how we can cache data in WordPress using WordPress Transients API with a real-world example. Here I described everything step by step.
Read More »Tag: WordPress API
WordPress Application Programming Interface separated into multiple API sections / topics. Each API has a given set of functions which are used for a given set of functionality. If you know all of these API, you should have a good sense of how to extend WordPress through Plugins. Some mostly used WordPress API are HTTP API, REST API, Options API, Metadata API, Plugin API, Settings API, Shortcode API, Transients API, Widgets API etc.