function my_react_elementor_scripts() {
wp_enqueue_script(
'my-react-app',
plugins_url('/build/static/js/main.js', __FILE__),
array(),
'1.0',
true
);
wp_enqueue_style(
'my-react-style',
plugins_url('/build/static/css/main.css', __FILE__)
);
}
add_action('elementor/frontend/after_register_scripts', 'my_react_elementor_scripts');
Home - hanhtrinhfreedom.com