Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
````