Added to our Compatible list of our Woo Product Table plugin
-
Thank you for developing a wonderful plugin.
We also have some WordPress plugins. Woo Product Table is one of them.
Many of your plugin users also use our plugin and requested to make it compatible. So finally we did it.Screenshot: https://prnt.sc/nktW4sxbqOOz
Now Woo Product Table (Product Table for WooCommerce by CodeAstrology) plugin is compatible with Waitlist for WooCommerce plugin.
We added your plugin to our compatible plugin list.
Here is the list Woo Product Table Compatible List.If you want you also can add our plugin to your compatible list. Also, we are open to any kind of collaboration.
In additional, for your premium version, you have to a little code to your plugin anywhere in your pro version. See following code:
add_filter( 'wpt_compatible_plugins', 'xoo_wl_wpt_compatible_add'); function xoo_wl_wpt_compatible_add( $plugin_list ){ $plugin_list['waitlist-woocommerce']['file'] = 'waitlist-woocommerce-premium/xoo-wl-main.php'; return $plugin_list; }
See in Github where your plugin added.
- The topic ‘Added to our Compatible list of our Woo Product Table plugin’ is closed to new replies.