Created
November 17, 2012 17:18
-
-
Save BoweFrankema/4097799 to your computer and use it in GitHub Desktop.
Enqueque a script anywhere on the front end through infinity.ini
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
[script] | |
;name script and location to path relative to theme folder | |
my-custom-js = "assets/js/my-custom-js" | |
[script_conditions] | |
;enqueue this script anywhere except the admin | |
is_not_admin = "my-custom-js" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment