Jörn Lund
Jörn Lund
@iandunn What do you think of [web-auth/webauthn-framework](https://github.com/web-auth/webauthn-framework)? Or at least parts of it like `cose-lib` and `webauthn-lib`? There is also a class for U2F key conversion. The downside: We would...
Hi, sounds like you have one QuickEditor provided by WP and another one coming from the plugin. You should be able to overcome this issue by passing `'show_in_quick_edit' => false,`...
The 3.1.8 update is adressing the issue of multiple taxonomy inputs
Thanks for the report. This should be fixed in 3.0.2.
@paragonconsultants @noografo I found some major issues in acf repeater and flexible content... Is it fixed in the attached zip? [acf-openstreetmap-field.zip](https://github.com/mcguffin/acf-openstreetmap-field/files/13375495/acf-openstreetmap-field.zip)
@paragonconsultants Okay, then I need some specifics to reproduce it: - Block or Classic Editor? Maybe on an Options page? - Is the map inside an ACF Block, a Repeater,...
WP 4.2 introduced a `comment_form_submit_button` filter. Assumed WooComments already implemented it, you can try to prepend the captcha html to the filter result. Should go like this: ``` function my_comment_form_submit_button(...
Yes, conditional script loading would be a good thing to have. The hard thing is to reliably detect if the scripts should be loaded or not. A captcha can be...
I am only dealing with the first issue here. May I kindly ask you to post each of your problems as a separate issue and to give a speaking title,...
Hi, this sounds like a Problem with your theme/css/other scripts, so it's be far beyond the scope of what the recaptcha plugin does. Maybe there is another element lying on...