Skip to content

Instantly share code, notes, and snippets.

@jbma
Created May 2, 2017 17:21
Show Gist options
  • Save jbma/0a1b8e3975f4aea1aa8bf6ba0ec7979f to your computer and use it in GitHub Desktop.
Save jbma/0a1b8e3975f4aea1aa8bf6ba0ec7979f to your computer and use it in GitHub Desktop.
<?php
add_action( 'admin_init', '__remove_imagify_notice' )
function __remove_imagify_notice() {
remove_filter( 'admin_notices', '_imagify_rocket_notice' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment