https://github.com/devgeniem/tms-plugin-boilerplate
Tampere Multisite Plugin Boilerplate
https://github.com/devgeniem/tms-plugin-boilerplate
wordpress wordpress-plugin-boilerplate
Last synced: about 1 month ago
JSON representation
Tampere Multisite Plugin Boilerplate
- Host: GitHub
- URL: https://github.com/devgeniem/tms-plugin-boilerplate
- Owner: devgeniem
- License: gpl-3.0
- Created: 2021-04-19T11:19:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T04:04:17.000Z (over 3 years ago)
- Last Synced: 2025-09-05T23:56:04.758Z (10 months ago)
- Topics: wordpress, wordpress-plugin-boilerplate
- Language: PHP
- Homepage:
- Size: 580 KB
- Stars: 1
- Watchers: 17
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
# TMS (Tampere Multisite) WordPress Plugin Boilerplate
## Installation
The boilerplate plugin works as a WordPress plugin straight out of the box. To customize the plugin for your needs, you need to replace all texts related to the boilerplate and write proper descriptions into various files.
### Replacements
To customize the plugin, do the following replacements:
- **tms-plugin-boilerplate** - Replace with a suitable name for the plugin directory name. This is also used as the package name in package.json.
- **Boilerplate** - Replace with a suitable name for the plugin namespace, and the plugin class prefix. You must also refactor the plugin class filename for the autoloader to work.
- **boilerplate()** - Replace with a global function name. This function returns the plugin singleton.
- **{{plugin-name}}** - Replace with a proper plugin name to be displayed for your admin users.
- **{{plugin-description}}** - Replace with a text describing your plugin.
- **{{text-domain}}** - Replace with a text domain identifier.
Some texts are also related to [Geniem](https://www.geniem.com). Search and replace Geniem related texts if necessary.
## Contributing
Contributions are highly welcome! Just leave a pull request of your awesome well-written must-have feature.