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.zipThis WordPress plugin can be used to add extra functionality to a site without having to edit functions.php
How to install it?
- Create a folder called wp-content/mu-plugins/ (if it doesn't exist yet)
- Save/upload the file in as wp-content/mu-plugins/
- Add some functions in the function called 'orbisius_site_util_after_setup_theme'
- Done.
This is so called Must-Use plugin and doesn't have to be activated. It will show up under Plugins > Must Use