This commit is contained in:
magepeopleteam 2020-10-28 09:34:51 +00:00
parent c710c57529
commit 1b5b071c5d
2 changed files with 2 additions and 4 deletions

View File

@ -3,11 +3,10 @@ if (!defined('ABSPATH')) {
die;
} // Cannot access pages directly.
add_action('mep_event_list_shortcode', 'mep_display_event_loop_list', 10, 4);
add_action('mep_event_list_shortcode', 'mep_display_event_loop_list', 10, 5);
if (!function_exists('mep_display_event_loop_list')) {
function mep_display_event_loop_list($event_id, $columnNumber, $style,$width, $unq_id ='')
{
$now = current_time('Y-m-d H:i:s');
$show_price = mep_get_option('mep_event_price_show', 'general_setting_sec', 'yes');
$show_price_label = mep_get_option('event-price-label', 'general_setting_sec', 'Price Starts from:');

View File

@ -3,7 +3,7 @@
* Plugin Name: Woocommerce Events Manager
* Plugin URI: http://mage-people.com
* Description: A Complete Event Solution for WordPress by MagePeople..
* Version: 3.3.6
* Version: 3.3.7
* Author: MagePeople Team
* Author URI: http://www.mage-people.com/
* Text Domain: mage-eventpress
@ -12,7 +12,6 @@
* WC tested up to: 4.2.0*
*/
if (!defined('ABSPATH')) {
die;
} // Cannot access pages directly.