rich text desc issue fixed
This commit is contained in:
parent
f3f769fe74
commit
d689b10a69
|
@ -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; ?>"
|
||||
|
|
Loading…
Reference in New Issue