Nick Croft
Nick Croft
@iseulde It can be added via a filter on the_content or manually as a shortcode. The code is generated in the same way. ``` php /** * Creates the audio...
I was thinking about this and I agree that editing an existing composer file is a potential issue. However, that could be a potential issue regardless. Someone might have an...
Looks like `plugin` and `plugin-tests` are mostly good to go. I did find an error generated on bootstrap.php. It is a false positive so I added a PR that uses...
@aurooba it does not, but they are all using different HTML tags while this relies on a span with a class. It may be that something changed in registering the...
@luisherranz after looking further, I realize it is part of the `` component in the mars theme. I did modify that for the project I was working on and it...
I'm running into this with nested children. It's creating new, empty child elements on each save and it is impossible to delete the items once they exist. I've had to...