manifest / integrations / hkih-linkedevents
HKIH LinkedEvents
HKIH LinkedEvents functionality
by Geniem Oy · github.com/devgeniem/hkih-linkedevents · website
★ 0stars
152composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/devgeniem/hkih-linkedevents/archive/refs/heads/main.zipAlso on Packagist as devgeniem/hkih-linkedevents:
composer require devgeniem/hkih-linkedeventsFrom the readme
WordPress Plugin HKIH\LinkedEvents
A boilerplate for creating WordPress plugins.
Features
- Composer setup for WordPress plugins
- PSR-4 autoloading
- Webpack build process for assets
- SCSS support
- ES6 support with Babel
- Asset minification
- Source maps
- Scripts structure and automatic enqueue process for both admin and public scripts and styles.
- Automatic plugin initialization with the singleton pattern.
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:
- wp-plugin-boilerplate - Replace with a suitable name for the plugin directory name. This is also used as the package name in package.json.
- HKIH\LinkedEvents - 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 prope