January 7, 2025 at 10:55 PM
#238238
Keymaster
Hi there, kindly add the below code in the functions.php file of your active theme and check –
function load_jquery_migrate() {
wp_enqueue_script('jquery-migrate');
}
add_action('wp_enqueue_scripts', 'load_jquery_migrate');
If you need any further assistance please do let us know.






