Hi there
I was wondering if there is a clean (or slightly less bloated or hacky) way of changing the Description field on an Event Timeslot from a plain textarea to a TinyMCE using wp_editor()?
I’ve played around with it using the technique mention in another forum post here to grab a copy of the template to modify, without touching the plugin files. I’ve found the description field will save HTML that can be outputted later.
Using the technique above I know I can work with the PHP files, but is there a similar way to tackle the Javascript that handles the content setting/getting in those fields?
Any ideas?