Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

[email protected]