quick styles and scripts fix

This commit is contained in:
prospect
2024-01-19 05:10:10 -05:00
parent 6656ee528b
commit 0703206ce1

View File

@@ -6,7 +6,7 @@ function themeStarter_enqueue()
/* Register and Enqueue Scripts */
wp_register_script('themeStarter-app', get_parent_theme_file_uri('/assets/js/index.js'), [], '1.0', true);
wp_register_script('themeStarter-app', get_parent_theme_file_uri('/assets/js/index.js'), [], null, true);
wp_enqueue_script('themeStarter-app');