MrDemonWolf Extensions
Lightweight WordPress plugin for admin greetings, oEmbed privacy, and cache-busted custom CSS and JavaScript
by MrDemonWolf · github.com/mrdemonwolf/mrdemonwolf-extensions · website
★ 0stars
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/mrdemonwolf/mrdemonwolf-extensions/releases/download/v1.0.0/mrdemonwolf-extensions-1.0.0.zipReadme
MrDemonWolf Extensions
A lightweight WordPress plugin that bundles useful site customizations into a single package.
Features
- Admin Bar Greeting - Replaces "Howdy," with a time-based greeting (Good morning/afternoon/evening)
- oEmbed Author Removal - Strips author name and URL from oEmbed response data
- Custom CSS & JS - Enqueues
custom.cssandcustom.jswith automaticfilemtime()cache-busting
Installation
- Download the latest release ZIP from Releases
- Upload via Plugins > Add New > Upload Plugin in WordPress admin
- Activate the plugin
Or clone/symlink into wp-content/plugins/:
cd wp-content/plugins
git clone https://github.com/mrdemonwolf/mrdemonwolf-extensions.git
Adding Custom CSS & JS
Edit the starter files in the assets/ directory:
assets/css/custom.css- Custom stylesassets/js/custom.js- Custom scripts
Changes are automatically cache-busted using file modification timestamps.
Adding New Modules
- Create a new PHP file in
includes/(e.g.includes/my-feature.php) - Add an ABSPATH guard and your hooked functions with the
mrdemonwolf_prefix - Add
require_once MRDEMONWOLF_EXT_DIR . 'includes/my-feature.php';to the main plugin file
License
GPL-2.0+ - see LICENSE.md for details.
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v1.0.0 | Feb 20, 2026 | mrdemonwolf-extensions-1.0.0.zip | 0 |