Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mehrshaddarzi/wordpress-plugin-starter
Easy WordPress Plugin Starter For Developer
https://github.com/mehrshaddarzi/wordpress-plugin-starter
Last synced: 2 days ago
JSON representation
Easy WordPress Plugin Starter For Developer
- Host: GitHub
- URL: https://github.com/mehrshaddarzi/wordpress-plugin-starter
- Owner: mehrshaddarzi
- Created: 2019-12-08T20:36:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T09:48:24.000Z (6 months ago)
- Last Synced: 2024-05-02T06:32:26.377Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 96.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Easy WordPress Plugin Starter For Developer
## How To install
Open Project With IDE e.g. PHPStorm
````
1 . Replace Folder Name to Custom Slug Plugin
2 . Rename `wp-plugin.php` file to `your-slug.php`
3 . Replace WP_PLUGIN To new Class name
4 . Replace wp-plugin to new name
5 . Replace wp_plugin to new name
````