Skip to content

besrabasant/workhorse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WP Workhorse

Note:- This package is dependent on the WordPress polylang plugin to provide multilingual support.

Usage

Implement Plugin directory structure.

Copy example-plugin directory to mu-plugins or plugins directory.

Make necessary customizations to the boilerplate according to your needs.

Implement in the plugin root file (Eg: plugin-root.php).

use Workhorse\Plugin\Bootloader;

if (!defined('ABSPATH')) {
    exit;
}

Bootloader::register(__FILE__, \ExamplePlugin\ExamplePlugin::PLUGIN_NAME);

TODO

  • Implement command to generate plugin boilerplate.

About

A WordPress Package to do all the heavy lifting.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages