devgeniem / tms-plugin-materials
Material CPT
Installs: 3 496
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 19
Forks: 0
Open Issues: 6
Type:wordpress-plugin
Requires
- php: ^8.1
- composer/installers: ^v1.10.0
- devgeniem/dustpress: ^1.33
Requires (Dev)
- devgeniem/geniem-rules-codesniffer: ^1
- roave/security-advisories: dev-latest
- dev-master
- 1.9.0
- 1.8.0
- 1.7.5
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.1
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
- dev-stage
- dev-PIEN-8257
- dev-dependabot/npm_and_yarn/css-loader-6.7.3
- dev-dependabot/npm_and_yarn/mini-css-extract-plugin-2.7.2
- dev-dependabot/npm_and_yarn/postcss-loader-7.0.2
- dev-dependabot/npm_and_yarn/sass-loader-13.2.0
- dev-dependabot/composer/composer/installers-tw-v2.2.0
- dev-TMS-894
- dev-dependabot/npm_and_yarn/style-loader-3.3.1
This package is auto-updated.
Last update: 2024-10-22 11:04:16 UTC
README
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. 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.