Created
February 8, 2021 15:00
-
-
Save wpmu-authors/66dfc64552d2df13a1a44d7394e11a19 to your computer and use it in GitHub Desktop.
gistfile1.txt
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
add_action( 'wp_loaded', 'register_all_scripts' ); | |
function register_all_scripts() | |
{ | |
wp_register_script(...); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment