WP Manifestindependent plugin directory
manifest / utilities / mt_wp_plugin

MT Plugin archived

MT WordPress plugin

by Xennis · github.com/mirostruckstop/mt_wp_plugin · website

0stars
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/mirostruckstop/mt_wp_plugin/archive/refs/heads/master.zip

Readme

MT Wordpress Plugin

Development

Requirements

  • PHP and Composer (dependency manager for PHP) are installed

Steps

  1. Install the requirements: composer install
  2. Run the unittests: ./vendor/bin/phpunit --bootstrap vendor/autoload.php src/test/php/

Sync required files

Create the CSS files

./node_modules/less/bin/lessc src/less/back-end/back-end.less dist/back-end.css
./node_modules/less/bin/lessc src/less/front-end/front-end.less dist/front-end.css

Sync the required files

rsync -r --relative *.php dist/ languages/ vendor/autoload.php vendor/composer vendor/symfony/polyfill-ctype vendor/myclabs/deep-copy src/js src/js src/main/ <host>:<wordpress-dir>/wp-content/plugins/mt-wp-plugin/

Read the full README on GitHub →