autogrow is not a function
-
Receiving JavaScript error:
autogrow is not a function
This is because wc-ajax.js was being called too early. I solved this by moving the following code to the end of the function front_end_styles_scripts() in wc.php:
wp_enqueue_script('wpdiscuz-ajax-js', plugins_url(WC_Core::$PLUGIN_DIRECTORY . '/files/js/wc-ajax.js'), array('jquery'), get_option($this->wc_version_slug), false); wp_localize_script('wpdiscuz-ajax-js', 'wc_ajax_obj', array('url' => admin_url('admin-ajax.php')));
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘autogrow is not a function’ is closed to new replies.