rich text desc issue fixed

This commit is contained in:
magepeopleteam 2021-02-09 03:58:40 +00:00
parent f3f769fe74
commit d689b10a69
1 changed files with 1 additions and 1 deletions

View File

@ -2686,7 +2686,7 @@ if($event_id && get_post_type($event_id) == 'mep_events'){
"image": [
"<?php echo get_the_post_thumbnail_url($event_id,'full'); ?>"
],
"description": "<?php echo get_the_excerpt($event_id); ?>",
"description": "<?php echo strip_tags(get_the_excerpt($event_id)); ?>",
"performer": {
"@type": "PerformingGroup",
"name": "<?php echo $org_name; ?>"