WP Manifestindependent plugin directory
manifest / developer / wp-trait-mu

WP-Trait Mu

A mu-plugin for adding the https://github.com/mehrshaddarzi/wp-trait library for fast and standard development of WordPress plugins. This plugin does nothing on its own.

by Midweste · github.com/midweste/wp-trait-mu · 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/midweste/wp-trait-mu/archive/refs/heads/main.zip

Declares an update source (https://api.github.com/repos/midweste/wp-trait-mu/commits/main), so updates arrive through the plugin's own updater.

From the readme

WP-Trait Wordpress Mu Plugin Fast and standard development of WordPress plugins WP-Trait is an easy framework for Standard and Fast development of WordPress plugins according php MVC model. This plugin does nothing on its own. Documentation at https://github.com/mehrshaddarzi/wp-trait THIS PLUGIN CANNOT BE RAN AS A NORMAL PLUGIN To Install - Unzip and add to the mu-plugins folder - Make a symlink in the mu-plugins folder to wp-trait-mu/wp-trait-mu.php

Read the full README on GitHub →