A lightweight WordPress plugin that bundles useful site customizations into a single package.
- 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
- 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.gitEdit 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.
- 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
GPL-2.0+ - see LICENSE.md for details.