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 add re-captcha v3 on all Elementor forms using coding?

 Add re-captcha v3 on all Elementor forms using coding add_action('wp_footer',function(){     ?> <script src="https://www...