Developing WordPress Plugin

Short Description WordPress is prefered CMS for sites with Pages and Blogs Detailed Description Types of extensions possible WordPress extensions are called plugins. Plugins can Show Custom Functionalities in Pages and Blogs. See add_shortcode below Extend/Replace Core funtionalities with hooks How system identifies extension Header Requirements /** * Plugin Name * * @package PluginPackage *…

Disable WordPress plugin from DB

More Details Anotehr Reference Login to the cPanel account and go to File Manager Find the database from the wp-config.php file situated in the website’s document root Go to PHPMyAdmin and select the database Select the table named wp_options and go to active_plugins Change the option_value to a:0:{} for disabling the plugins. its value will…