Title: About the code
Last modified: November 6, 2020

---

# About the code

 *  Resolved [gorimatsu](https://wordpress.org/support/users/gorimatsu/)
 * (@gorimatsu)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/about-the-code/)
 * Hello. Thank you.
 * 【1】What are the following for?
 * Target file　→　assets／js／custom.js
 * ・14〜23 line
    var windowWidth = $(window).width();
 *  $(window).resize(function() {
 *  //to disable Reload based on Screenshize use filter wpto_localize_data
    if( 
   windowWidth != $(window).width() && WPT_DATA.resize_loader) { location.reload();
   return; } });
 * 【2】Shouldn’t I remove the above?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [gorimatsu](https://wordpress.org/support/users/gorimatsu/)
 * (@gorimatsu)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/about-the-code/#post-13636919)
 * Because the above code conflicts with other plugins
    I want to delete it if I
   don’t need it, is that a problem?
 *  Plugin Author [Saiful Islam](https://wordpress.org/support/users/codersaiful/)
 * (@codersaiful)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/about-the-code/#post-13636934)
 * Yes, you can remove it. It’s only for reload feature based on Device Size. No
   need for table.
 * Thanks a lot for using our plugin.
 *  Thread Starter [gorimatsu](https://wordpress.org/support/users/gorimatsu/)
 * (@gorimatsu)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/about-the-code/#post-13646907)
 * Confirmed.
    Thank you very much.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘About the code’ is closed to new replies.

 * ![](https://ps.w.org/woo-product-table/assets/icon-256x256.png?rev=3522314)
 * [Product Table for WooCommerce](https://wordpress.org/plugins/woo-product-table/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-product-table/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-product-table/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-product-table/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-product-table/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-product-table/reviews/)

## Tags

 * [wordpress product table](https://wordpress.org/support/topic-tag/wordpress-product-table/)
 * [WordPress WooCommerce Product Table](https://wordpress.org/support/topic-tag/wordpress-woocommerce-product-table/)

 * 3 replies
 * 2 participants
 * Last reply from: [gorimatsu](https://wordpress.org/support/users/gorimatsu/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/about-the-code/#post-13646907)
 * Status: resolved