How To Create A plugin In wordpress?
Create A plugin In WordPress
Paste this code in the php file with the same name of your plugin folder <?php /* Plugin Name: My First Plugin Description: This is my first plugin in wordpress. version: 1.0 Plugin URI: https://amitpalsingh.com Author: Sandip Das Author URI: https://amitpalsingh.com */ ?>
POST COMMENTS