warning fix
This commit is contained in:
parent
56e5b673ee
commit
d5a2e07a3e
|
@ -3662,14 +3662,3 @@ function mep_default_sidebar_reg() {
|
|||
) );
|
||||
}
|
||||
add_action( 'widgets_init', 'mep_default_sidebar_reg' );
|
||||
|
||||
|
||||
// add_action('mep_after_social_share_list','mep_custom_share_btn');
|
||||
// function mep_custom_share_btn($event_id){
|
||||
// ?>
|
||||
<!-- <li><a href="https://api.whatsapp.com/send?text=<?php echo get_the_title($event_id).' '; ?><?php echo get_the_permalink($event_id); ?>" target="_blank"><i class="fab fa-whatsapp"></i></a></li> -->
|
||||
|
||||
<!-- // <li><a href="mailto:?subject=I wanted you to see this site&body=<?php echo get_the_title($event_id).' '; ?><?php echo get_the_permalink($event_id); ?>" title="Share by Email"> <i class="fa fa-envelope"></i></a></li> -->
|
||||
|
||||
<?php
|
||||
// }
|
|
@ -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.4.6
|
||||
* Version: 3.4.7
|
||||
* Author: MagePeople Team
|
||||
* Author URI: http://www.mage-people.com/
|
||||
* Text Domain: mage-eventpress
|
||||
|
|
Loading…
Reference in New Issue