Category: WordPress

Activate / Deactivate Hooks in WordPress

Step 3 There are 3 Core Hooks in Wordpress Plugin Register_activation_hook ();Register_deactivation_hook ();Register_uninstall_hook (); But we can’t use Register_uninstall_hook () instead of this we create a new file with name uninstall....
READ MORE   >>

Hooks in WordPress

Step 2 Now we have to protect the content from hacking so that no-one can open this file directly. For this we use the following code if (! defined('ABSPATH')): die ("You can't access this file directly"); end if; Where is ABSPATH...
READ MORE   >>

How to Create Plugin in WordPress?

Step 1 Open the plugin Folder inside the wp-content using this pathC:\xampp\htdocs\shairy_portfolio\wp-content\pluginsCreate a new folder with Unique Name inside above path and open itNow create a new php file with the same name of folder....
READ MORE   >>

External File For WordPress -14

Learn Step by Step Code for Live WordPress Project Code Below are the some important code that you van directly use in the website LEARN WORDPRESS STEP BY STEPDownload Important Material to download` Class Wp Bootstrap...
READ MORE   >>

Recent Comments

    • Copyright © 2020 (Er. Shairy Kalra). All Rights Reserved