WordPress_blue_logo

How to use WP REST API to CRUD a post

What is WP rest API? The answer is this is a collection of JSON endpoints (URLs) to perform various operations in WordPress using any applications.

Actions & Filters

About hooks & Filters in WordPress

WordPress provides thousands of hooks inbuilt so developers can do actions & filters on various places to achieve their custom behavior in WP.