v 4.0.9 release
This commit is contained in:
parent
86a050c413
commit
c5095c1d03
|
@ -3060,7 +3060,7 @@ if (!function_exists('mep_hide_date_from_order_page')) {
|
||||||
$qr = new WP_Query($args);
|
$qr = new WP_Query($args);
|
||||||
foreach ($qr->posts as $result) {
|
foreach ($qr->posts as $result) {
|
||||||
$post_id = $result->ID;
|
$post_id = $result->ID;
|
||||||
$product_id[] = get_post_meta($post_id, 'link_wc_product', true) ? '.woocommerce-page .post-' . get_post_meta($post_id, 'link_wc_product', true) . '.type-product' : '';
|
$product_id[] = get_post_meta($post_id, 'link_wc_product', true) ? '.woocommerce-admin-page .post-' . get_post_meta($post_id, 'link_wc_product', true) . '.type-product' : '';
|
||||||
}
|
}
|
||||||
$product_id = array_filter($product_id);
|
$product_id = array_filter($product_id);
|
||||||
$parr = implode(', ', $product_id);
|
$parr = implode(', ', $product_id);
|
||||||
|
|
|
@ -394,6 +394,10 @@ A. You can create a support ticket here with problem details with possible scree
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 4.0.9 =
|
||||||
|
* Hidden WC Product showing issue fixed
|
||||||
|
17 Oct 2023*
|
||||||
|
|
||||||
= 4.0.8 =
|
= 4.0.8 =
|
||||||
* Bug Fixed
|
* Bug Fixed
|
||||||
17 Oct 2023*
|
17 Oct 2023*
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Plugin Name: Event Manager and Tickets Selling Plugin for WooCommerce -WpEvently
|
* Plugin Name: Event Manager and Tickets Selling Plugin for WooCommerce -WpEvently
|
||||||
* Plugin URI: http://mage-people.com
|
* Plugin URI: http://mage-people.com
|
||||||
* Description: A Complete Event Solution for WordPress by MagePeople..
|
* Description: A Complete Event Solution for WordPress by MagePeople..
|
||||||
* Version: 4.0.8
|
* Version: 4.0.9
|
||||||
* Author: MagePeople Team
|
* Author: MagePeople Team
|
||||||
* Author URI: http://www.mage-people.com/
|
* Author URI: http://www.mage-people.com/
|
||||||
* Text Domain: mage-eventpress
|
* Text Domain: mage-eventpress
|
||||||
|
|
Loading…
Reference in New Issue