תבנית Cherry תיקון באג וריאציות

סניפט קטן המבטל את טעינת גרסת הJQUERY הישן שלא נתמך ע"י הווקומרס

"TypeError: a.parseHTML is not a function" on the Cherry Framework

/* Begin Adding Functions Below This Line */
// Remove themes old version of jQuery and load a compatible version
add_action('wp_enqueue_scripts', 'update_jquery_for_cherry_framework', 11);
function update_jquery_for_cherry_framework() {
   wp_deregister_script('jquery');
   wp_register_script('jquery', '/wp-includes/js/jquery/jquery.js', false, false, true);
   wp_enqueue_script('jquery');
}
/* Stop Adding Functions */

https://theeventscalendar.com/support/forums/topic/typeerror-a-parsehtml-is-not-a-function-on-the-cherry-framework/

כתיבת תגובה