Attached is an example of HTML in my PDF view.
How do I remove the HTML part of the event bar text?
It seems to come from ‘scheduler.templates.event_bar_text=function(start,end,event){’ from the templates settings in wordpress.
I have tried $scPDF->strip_tags = true; in generate.php and it doesn’t work for this.
Also, I have added three rows in my month view by changing the height from 13 to 52.
How can I do this in the PDF view as well?
Thanks.