PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Overwrite js code in child theme

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hello,

I would like to overwrite the following js code in the child theme of my site"select_radio_check.js".

I was browsing the internet on how to do this and found the following code:

function my_child_theme_scripts() {
wp_deregister_script('original-plugin-handle');

wp_enqueue_script('custom-child-script', get_stylesheet_directory_uri() . '/js/custom-script.js', array('jquery'), '1.0.0', true);
}
add_action('wp_enqueue_scripts', 'my_child_theme_scripts', 20);

But I need the original plugin handle.

Do you think that would work?

Thank you!

Hello

try to use this handle  -  woof_select_radio_check_html_items