forked from JasonXian/react-chrome-extension-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfoobar.php
More file actions
24 lines (24 loc) · 736 Bytes
/
foobar.php
File metadata and controls
24 lines (24 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
/**
* Plugin Name
*
* @package Foobar
* @author Junaid Bin jaman
* @copyright 2024 All Next Ver
* @license GPL-2.0-or-later
*
* @wordpress-plugin
* Plugin Name: Foobar
* Plugin URI: https://foobar.com/plugin-name
* Description: Description of the plugin.
* Version: 1.0.0
* Requires at least: 5.2
* Requires PHP: 7.2
* Author: Junaid Bin Jaman
* Author URI: https://junaidbinjaman.com
* Text Domain: foobar
* License: GPL v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Update URI: https://example.com/my-plugin/
* Requires Plugins: my-plugin, yet-another-plugin
*/