Omni Control
Omni Control
Omni Control is a collection of tweaks for WordPress websites.
Its tweaks can be enabled and disabled individually or all at once. By default all tweaks are disabled.
Installation and updates
Omni Control can be installed and updated with GitHub Updater.
Notes
Most tweaks are self-explanatory. Below are a few notes for the rest.
Reverse the parts of the document title. Puts the site title before the page title. Useful if you prefer this order but don’t use an SEO plugin. If you use an SEO plugin, the reversal is better dealt there.
Remove jQuery Migrate. Can break themes and plugins that use old versions of jQuery! However, plugins and themes that break without jQuery Migrate will need updating sooner or later: The future of jQuery Migrate in WordPress
Remove type from script and style elements. CONDITIONAL. Only runs if the current theme does not register support for HTML5 script and style elements. (If the theme registers support for HTML5 script and style, there is no type to remove.)
Remove query string from static resources. TENTATIVE. Popular tweak but I have not seen real-world benefits from using it.
Tweaks
Miscellaneous
- Disable smilies
- Disable wptexturize
- Disable visual editor
- Disable pings completely
- Remove WordPress.org link from meta widget
- Reverse the parts of the document title
HTML document
- Remove type from script and style elements
HTML document HEAD
- Remove RSD link
- Remove WLW manifest link
- Remove REST API link
- Remove shortlink
- Remove prev/next rel links
- Remove canonical link
- Remove WordPress version
Performance
- Remove Dashicons CSS for visitors
- Remove Gutenberg CSS
- Remove jQuery Migrate
- Remove query string from static resources
HTTP response headers
- Remove shortlink
- Remove REST API link
Administration area
- Disable update/maintenance nag for non-admins
- Remove help tabs
- Remove message from footer
- Remove version from footer
WP Toolbar
- Remove WordPress menu
- Remove Customize link
- Remove Howdy
- Remove UpdraftPlus menu
No releases yet.
No issues yet.
Hash Verification
ZIP files downloaded via this site have an associated SHA256 hash.
Mac
On Mac, you can use the sha256 command to calculate the hash of a downloaded ZIP file. Open terminal and execute:
sha256 [filename]
Where [filename] is the name of the ZIP file. If the hash matches the one on the website, the ZIP file is genuine.
Linux
On Linux, you can use the sha256sum command to calculate the hash of a downloaded ZIP file. From a shell, execute:
sha256sum [filename]
Where [filename] is the name of the ZIP file. If the hash matches the one on the website, the ZIP file is genuine.
Github Repository
This project is located on Github in the repository demetris/omni-control.
Star Support Project