Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vanaf1979/28022bb1ec86567b75c74c80447d0080 to your computer and use it in GitHub Desktop.
Save vanaf1979/28022bb1ec86567b75c74c80447d0080 to your computer and use it in GitHub Desktop.
<?php
function namespace_enqueue_scripts( $screen )
{
if ( 'edit.php' == $screen ) {
// Enque your scripts
}
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment