We have the ‘Community Events’ plugin and when the public submit events, many of them make the whole event title (and sometimes the entire description!) uppercase.
Is there a way in which we can either transform the event title when it’s submitted to be capitalized or capitalize it when rendered on each view (month, week, single etc) ?
Is there a PHP file where I can apply something like the following that will capitalize the event title every time it’s rendered through out the frontend?