Page:
Plugin Source Directory
Pages
Git Tips
Home
Plugin Classes Directory
Plugin Dashboard Directory
Plugin Images Directory
Plugin Scripts Directory
Plugin Source Directory
Plugin Stylesheets Directory
Plugin Templates Directory
Plugin Translations Directory
Plugin Widgets Directory
Project Layout
Repo. Root
SVN Release Guide
Versioning
No results
1
Plugin Source Directory
Rumperuu edited this page 2021-04-29 18:31:15 +01:00
Table of Contents
Files
File Name | Description |
---|---|
footnotes.php |
The Plugin entry point. |
includes.php |
Includes all of the PHP files. |
license.txt |
The license under which the Plugin is released. |
readme.txt |
The Plugin readme for display on the WordPress Plugin Directory. |
wpml-config.xml |
Used by the WPML Plugin for translation. |
Sub-directories
Dir. Name | Description |
---|---|
class/ |
Contains the Plugin PHP code, providing most of its functionality. |
css/ |
Contains the Plugin stylesheets. |
img/ |
Contains images used by the Plugin (@todo can this be merged with the root assets/ dir?). |
js/ |
Contains JavaScript files used by the Plugin. |
languages/ |
Contains Plugin translation files for various languages. |
templates/ |
Contains HTML template files used by the Plugin to render various page elements. |