Last active
June 28, 2022 14:03
-
-
Save tawhidulIKhan/56eb5b577c2416687ddcfeaea582dae6 to your computer and use it in GitHub Desktop.
wp-plugin-basic.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Plugin Name: Test plugin | |
* Plugin URI: https://tawhid.me | |
* Description: lorem ipusm. | |
* Version: 1.0.0 | |
* Author: Tawhidul Islam Khan | |
* Author URI: https://tawhid.me | |
* WC requires at least: 5.0.0 | |
* WC tested up to: 6.5.1 | |
* License: GPL2 | |
* TextDomain: test-plugin | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment