Skip to content

Instantly share code, notes, and snippets.

@BinaryKitten
Created January 11, 2016 15:50
Show Gist options
  • Select an option

  • Save BinaryKitten/b6db08e1b4992c8d7c4c to your computer and use it in GitHub Desktop.

Select an option

Save BinaryKitten/b6db08e1b4992c8d7c4c to your computer and use it in GitHub Desktop.
functions.php
<?php
add_action('plugins_loaded', function() {
if (is_plugin_active($pluginFile) {
add_action('wp_head', function() {
echo '<style>/** correction for plugin **/ stupid.override { display: annoyed; }</style>';
});
});
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment