HOME / BLOG / BLOG-POST

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
*/
?>

 


about authors

Sandip Das

Web Developer

Once a legend said “Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” – Martin Fowler.



POST COMMENTS

Leave a Reply

Your email address will not be published. Required fields are marked *