Skip to content

Instantly share code, notes, and snippets.

@enlacee
Created June 27, 2017 22:36
Show Gist options
  • Save enlacee/730eaa27157e1111f2c075bdc2e06f80 to your computer and use it in GitHub Desktop.
Save enlacee/730eaa27157e1111f2c075bdc2e06f80 to your computer and use it in GitHub Desktop.
<?php
// no mostrar assets en admin
$screen = get_current_screen();
if ( 'toplevel_page_tt_list_test' != $screen->id )
return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment