How Create WordPress plugin
Create wordpress plugin kerala To create a plugin, all you need to do is create a folder and then create a single file with one line of content. Navigate to the WP-content/plugins folder, and create a new folder named cybernobplugin. Inside this new folder, create a file named cybernobplugin.php. Open the file in a text editor, and paste the following information in it: <?php /* Plugin Name: cbPlugin Creator Plugin URI: https://cybernob.com Description: a plugin to create and spread joy Version: 1.2 Author: Mr. Cybernob Author URI: https://cybernob.com License: GPL2 */ ?> Of all this information, only the plugin’s name is required. But if you intend to distribute your plugin, you should add as much data as...