v 3.3.7
This commit is contained in:
parent
c710c57529
commit
1b5b071c5d
|
@ -3,11 +3,10 @@ if (!defined('ABSPATH')) {
|
||||||
die;
|
die;
|
||||||
} // Cannot access pages directly.
|
} // 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')) {
|
if (!function_exists('mep_display_event_loop_list')) {
|
||||||
function mep_display_event_loop_list($event_id, $columnNumber, $style,$width, $unq_id ='')
|
function mep_display_event_loop_list($event_id, $columnNumber, $style,$width, $unq_id ='')
|
||||||
{
|
{
|
||||||
|
|
||||||
$now = current_time('Y-m-d H:i:s');
|
$now = current_time('Y-m-d H:i:s');
|
||||||
$show_price = mep_get_option('mep_event_price_show', 'general_setting_sec', 'yes');
|
$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:');
|
$show_price_label = mep_get_option('event-price-label', 'general_setting_sec', 'Price Starts from:');
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Plugin Name: Woocommerce Events Manager
|
* Plugin Name: Woocommerce Events Manager
|
||||||
* 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: 3.3.6
|
* Version: 3.3.7
|
||||||
* 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
|
||||||
|
@ -12,7 +12,6 @@
|
||||||
* WC tested up to: 4.2.0*
|
* WC tested up to: 4.2.0*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
if (!defined('ABSPATH')) {
|
if (!defined('ABSPATH')) {
|
||||||
die;
|
die;
|
||||||
} // Cannot access pages directly.
|
} // Cannot access pages directly.
|
||||||
|
|
Loading…
Reference in New Issue