Skip to content

ibericode/ibericode-mods

Repository files navigation

ibericode mods

A collection of lightweight WordPress modifications that we commonly use on our sites.

Each modification lives in its own file under includes/, documented with a docblock at the top of the file describing what it does and how to configure it (if at all).

Every modification is always active except bunny-cdn.php and smtp.php, which are no-ops until their required PHP constants are defined in wp-config.php (see the docblock in each file). You can also disable individual modifications with the ibericode_mods filter:

add_filter( 'ibericode_mods', function ( $mods ) {
    return array_diff( $mods, [ 'xmlrpc' ] );
} );

Install

Download the plugin package from the latest release here on GitHub.

Go to Plugins > Add Plugin > Upload Plugin to install the plugin.

Alternatively, download or clone this repository and place in /wp-content/plugins/.

License

GPL v2 or later

About

A collection of lightweight WordPress plugins that we commonly use on our sites.

Topics

Resources

License

Stars

5 stars

Watchers

1 watching

Forks

Contributors

Languages