Create a Simple Plugin in WordPress – 2 – activation, deactivation & uninstall hooks
In this lesson, we will create a table on activate hook, truncate table on deactivate hook and delete table on uninstall hook.
In this lesson, we will create a table on activate hook, truncate table on deactivate hook and delete table on uninstall hook.
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…
All PHP MVC follows same idea. Functional programming is a tedious task and there are some decent benefits of MVC over Procedural OR Functional programming.
Here are some images to understand how git works.
echo is fast, can take multiple arguments & can print value of variable in double quotes
It is used to replace the ternary operation in conjunction with isset() function.
Here is the very basic Object Oriented Programing concept for PHP. Variables = properties = class variables in OOP & methods = functions
This YouTube video is a complete PHP crash course and best to revise it before appearing for interview.
PDO is advance method/way to communicate with Database like MySQL. PDO is extension which you have to enable on server to use this. There are 2 more methods like MySQLi…
What to do when you are up & live with new website and now you have to integrate Google verification code into website to start monitoring with search console &…