Guest User

Untitled

a guest
Dec 15th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php
  2. // check the plugin admin page
  3. if( is_admin() && 'PLUGIN-NAME' == $_GET['page'] ) {
  4.  
  5. // replace the footer with empty string
  6. add_filter( 'admin_footer_text', '__return_empty_string' );
  7.  
  8. }
Add Comment
Please, Sign In to add comment