Skip to content

Instantly share code, notes, and snippets.

@topleague
Created September 25, 2017 13:56
Show Gist options
  • Save topleague/c10fc39c392fded9f3a26b2dbe3baa59 to your computer and use it in GitHub Desktop.
Save topleague/c10fc39c392fded9f3a26b2dbe3baa59 to your computer and use it in GitHub Desktop.
Enqueue Fadeup Script
wp_enqueue_script( 'fadeup-script', get_stylesheet_directory_uri() . '/js/fadeup.js', array( 'jquery' ), '1.0.0', true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment