Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. function emodal_jobs_check( $hook ) {
  2. if ('post-new.php' != $hook && 'edit.php' != $hook ) {
  3. return;
  4. }
  5. wp_enqueue_script('emodal-jobs-js', '/wp-content/themes/murdockmartell-child/js/emodal-jobs.js');
  6. }
  7. add_action('admin_enqueue_scripts', 'emodal_jobs_check');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement