Aryan Jasala

Aryan Jasala

rtCamp notes, day 44 of undefined

WP REST API Pagination Our WordPress site can hold many information, that’s why pagination becomes a requirement, when browsing our site -> the content is already paginated. The REST API also supports pagination and follows the default WordPress pagination parameters…

rtCamp notes, day 39 of undefined

Rewrite API Class The global rewrite API instance is stored under $wp_rewrite The rewrite class is located under wp-includes This class is responsible for generating and executing the rewrite rules in WordPress. The request we get on our WordPress page…