• Resolved e dev

    (@efishinsea)


    plugin has a bug.

    Uncaught TypeError: $ is not a function
    /wp-content/plugins/clover-payments-for-woocommerce/admin/js/woo-clv-admin.js?ver=1.0.0:18

    change line 18 from this

    18		$( document ).on(

    to this

    18		jQuery( document ).on(
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Uncaught TypeError: $ is not a function’ is closed to new replies.