Chris Blakley
Chris Blakley
+1 here too. Specifically trying to work with ACF, but featured images would be an important feature too.
I took a peek at this tonight, but I don't seem to be able to reproduce the issue you're seeing. This is the plugin I tested with: https://wordpress.org/plugins/the-events-calendar/ When I...
Thanks for the clarification– can you also provide a screenshot of what it should look like at desktop size? I can look around myself as well, but if you happen...
The new JSON Validate function: ```php if ( json_validate('{"foo":"bar"}') ){ echo 'JSON valid'; } if ( json_validate('[1,2,3}') ){ echo 'JSON invalid'; } ```