1wordpress plugin file
2
3/**
4 * Plugin Name
5 *
6 * @package PluginPackage
7 * @author Your Name
8 * @copyright 2019 Your Name or Company Name
9 * @license GPL-2.0-or-later
10 *
11 * @wordpress-plugin
12 * Plugin Name: Plugin Name
13 * Plugin URI: https://example.com/plugin-name
14 * Description: Description of the plugin.
15 * Version: 1.0.0
16 * Requires at least: 5.2
17 * Requires PHP: 7.2
18 * Author: Your Name
19 * Author URI: https://example.com
20 * Text Domain: plugin-slug
21 * License: GPL v2 or later
22 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
23 */
1/**
2 * Plugin Name
3 *
4 * @package PluginPackage
5 * @author Your Name
6 * @copyright 2019 Your Name or Company Name
7 * @license GPL-2.0-or-later
8 *
9 * @wordpress-plugin
10 * Plugin Name: Plugin Name
11 * Plugin URI: https://example.com/plugin-name
12 * Description: Description of the plugin.
13 * Version: 1.0.0
14 * Requires at least: 5.2
15 * Requires PHP: 7.2
16 * Author: Your Name
17 * Author URI: https://example.com
18 * Text Domain: plugin-slug
19 * License: GPL v2 or later
20 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
21 */
22
1/////neha jaiswal/////
2<?php
3/**
4 * Plugin Name: nehawp
5 * Plugin URI: https://example.com/plugins/the-basics/
6 * Description: Handle the basics with this plugin.
7 * Version: 1.10.3
8 * Requires at least: 5.2
9 * Requires PHP: 7.2
10 * Author: neha ///////your name////
11 * Author URI: https://author.example.com/
12 * License: GPL v2 or later
13 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
14 * Text Domain: my-basics-plugin
15 * Domain Path: /languages
16 */
17 ?>