Create a Simple Plugin in WordPress – 1 – Create a plugin files
In this lesson, We will create a simple plugin files in WP, configure security rules, Initiate 3 hooks (Activation hook, Deactivation hook & Uninstall hook) & Create a short-code of…
In this lesson, We will create a simple plugin files in WP, configure security rules, Initiate 3 hooks (Activation hook, Deactivation hook & Uninstall hook) & Create a short-code of…
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.
A WordPress nonce is a “number used once” security token to protect URLs and forms from malicious attacks.
WordPress provides thousands of hooks inbuilt so developers can do actions & filters on various places to achieve their custom behavior in WP.
There are some plugins that you can use to debug your WordPress when you are doing some custom code into it.