05 August 2019

How to create plugin in wordpress?

wordpress\wp-content\plugins\first\plugin.php


                                Best Method


<?php
/**
 * Plugin Name: My First Plugin
 * Plugin URI: http://www.mywebsite.com/my-first-plugin
 * Description: The very first plugin that I have ever created.
 * Version: 1.0
 * Author: jaspreet singh
 * Author URI: http://www.example.com
 */



No comments:

Post a Comment

How to create youtube videos slider with play and pause option in wordpress?

Create youtube videos slider with play and pause option in wordpress youtube videos slider Use this shortcode:- [punjab_today] function my_...