Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vijinho/wordpress-plugin-skeleton
Skeleton file structure for creating a Wordpress plugin
https://github.com/vijinho/wordpress-plugin-skeleton
php skeleton wordpress-plugin
Last synced: 9 days ago
JSON representation
Skeleton file structure for creating a Wordpress plugin
- Host: GitHub
- URL: https://github.com/vijinho/wordpress-plugin-skeleton
- Owner: vijinho
- Created: 2014-03-18T14:38:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-18T22:19:00.000Z (over 10 years ago)
- Last Synced: 2024-10-11T18:32:19.210Z (about 1 month ago)
- Topics: php, skeleton, wordpress-plugin
- Language: PHP
- Size: 137 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordpress Plugin Skeleton
## Installation
Copy to `wordpress/wp-content/plugins/`
Skeleton file structure for creating a Wordpress plugin.
* Enable options from http://codex.wordpress.org/Debugging_in_WordPress
* See http://make.wordpress.org/core/handbook/coding-standards/php/#yoda-conditions for Wordpress PHP Coding Standards
* See http://codex.wordpress.org/Developer_Documentation Developer Documentation
* See http://generatewp.com/generator/ for helpful Wordpress Generators
* See http://adambrown.info/p/wp_hooks/version/3.8 for all plugin hooks in Wordpress
* See http://codex.wordpress.org/Plugin_API/Action_Reference for Wordpress plugin API action reference
* See http://codex.wordpress.org/Plugin_API/Filter_Reference for Wordpress plugin API filter reference
* See http://codex.wordpress.org/Creating_Tables_with_Plugins for creating tables in Wordpress with plugins