Created
September 25, 2017 13:56
-
-
Save topleague/c10fc39c392fded9f3a26b2dbe3baa59 to your computer and use it in GitHub Desktop.
Enqueue Fadeup Script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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