Alex Mills
Alex Mills
I hesitate to modify the highlighting library my plugin uses, plus what if I wanted to actually display `&`? Sure, it's unlikely, but modifying the user's code is a slippery...
The plan was to include support for many more libraries in version 4 of my plugin which I worked on years back in this branch: https://github.com/Viper007Bond/syntaxhighlighter/tree/4.0. That turned into a...
v4 works significantly different from v3. It'll require a lot more than "a quick update" unfortunately. I'm currently putting my development time into a much more popular plugin of mine...
Hmm, it probably couldn't hurt. I'd want it to always use `[code]` and then prompt for the `lang` parameter though (I kind of want to deprecate the language-specific shortcodes like...
You are correct -- my plugin is not compatible with `defer` because immediately after the `` tags is some inline JavaScript that requires that the JavaScript files have already been...
Support was added long, long ago. Are you sure it's not working? I haven't tested recently but it should work. The plugin uses the proper hooks, at least it did...
Hmm, I usually like to avoid modifying libraries and instead submitting fixes upstream, but in this case my plugin is using an older version of the SyntaxHighlighter library so I...
Thanks but the new functions should be class methods instead of global functions, not to mention `print_shortcode_parameters()` is likely to collide with another plugin that defines the same function name....
Isn't using POT files kinda deprecated now? https://make.wordpress.org/meta/handbook/documentation/translations/
You're right. Even Gutenberg itself generates a POT file: https://github.com/WordPress/gutenberg/tree/master/i18n I'm so used to using `wp_localize_script()`.