quick styles and scripts fix
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user