WP Manifestindependent plugin directory
manifest / developer / orbisius-site-util

Orbisius Site Util Plugin

This WordPress plugin can be used to add extra functionality to a site without having to edit functions.php

by Svetoslav Marinov (SLAVI) · github.com/orbisius/orbisius-site-util · 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/orbisius/orbisius-site-util/archive/refs/heads/master.zip

This WordPress plugin can be used to add extra functionality to a site without having to edit functions.php

How to install it?

  1. Create a folder called wp-content/mu-plugins/ (if it doesn't exist yet)
  2. Save/upload the file in as wp-content/mu-plugins/
  3. Add some functions in the function called 'orbisius_site_util_after_setup_theme'
  4. Done.

This is so called Must-Use plugin and doesn't have to be activated. It will show up under Plugins > Must Use