Skip to content

Instantly share code, notes, and snippets.

@wpmu-authors
Created February 8, 2021 15:00
Show Gist options
  • Save wpmu-authors/66dfc64552d2df13a1a44d7394e11a19 to your computer and use it in GitHub Desktop.
Save wpmu-authors/66dfc64552d2df13a1a44d7394e11a19 to your computer and use it in GitHub Desktop.
gistfile1.txt
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