This repository was archived by the owner on Jan 23, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Plugin Source Directory
Rumperuu edited this page Apr 29, 2021
·
1 revision
| 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. |
| 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. |