laravel-10-featured

Blade template directives – Tutorial 4

The view file is not a final file that is rendered and generates HTML. We can create subviews also there and we need to extend those subviews into main views…

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.