Jb Audras
Forum Replies Created
-
Forum: Plugins
In reply to: [Revisionize] URGENT: Prevent fatal error in WordPress 5.7Hi,
No that’s ok if the plugin is namespaced. Looks like it was a false positive when we at the Core team searched for plugins using the functions that are going to ship in 5.7.
Closing this, thanks,
JbHello and sorry for the delayβ¦
Good point! This is fixed in version 1.3.
Thank you!
Cheers,
JbHello,
It’s fixed in version 1.2. Thank you for your bug report πBest regards,
JbForum: Plugins
In reply to: [Catch Scroll Progress Bar] License issue with this pluginHi,
Any feedback on this issue?
Thank you,
JbForum: Plugins
In reply to: [Reusable Blocks Extended] Multisite SupportHey!
Thanks all for requesting this feature. I’ll work that out during xmas holidays π
Forum: Plugins
In reply to: [GDPR Data Request Form] From/to Email AddressHi @pickme and thank you for your message!
In version 1.5, I added a setting in Setttings > Privacy, to change the email address π
Forum: Plugins
In reply to: [Reusable Blocks Extended] i18n missing for column ‘Reusable block title’Thanks! I’ll fix this in the next release π
Forum: Plugins
In reply to: [Reusable Blocks Extended] Multisite SupportNice idea. I have some snippets in my sandbox to handle the possibility to share reusable blocks across a multisite, but I’m still wondering if it would be a good thing or not π
Forum: Plugins
In reply to: [Reusable Blocks Extended] On admin page, “Used in” column misses usesThank you for your message, and really sorry for the delay,
Yes, unfortunately, it only counts uses in post_content. I could count their usage in widgets as well, but should it only say “Used in sidebar XXXX” (name of the sidebar area) ? Maybe π
I can explore this for the next release π
- This reply was modified 6 years ago by Jb Audras.
Forum: Plugins
In reply to: [Checklist Opquast QualitΓ© Web] Just for infoHey, thanks @rashely!
Yes, absolutely, the plugin update is planned for september π
Forum: Plugins
In reply to: [WooCommerce] Username field in the admin new order emailHi,
Just to add something about the site-health info report published in comment 3: “Monitization” plugin is a hack. You should remove the monit.php file in your wp-content/plugins folder @walidbaa.
I found this topic while I was searching for source concerning this hack.
Cheers,
JbForum: Plugins
In reply to: [WordPress Auto-updates] Filter after theme/plugin updated?Forum: Plugins
In reply to: [WordPress Auto-updates] QuestionMarking this issue as resolved π
- This reply was modified 6 years, 3 months ago by Jb Audras.
Forum: Plugins
In reply to: [WordPress Auto-updates] Turn off update emailsThanks for completing the answer, Paal π
Forum: Plugins
In reply to: [WordPress Auto-updates] Turn off update emailsHello, thanks for your feedback!
Yes sure, you can use
wp_autoupdates_notifications_emailhook to filter emails, including their whole content and even produce your own email notification πHere is the code snippets you’ll want to hook on:
$email = apply_filters( 'wp_autoupdates_notifications_email', $email, $type, $successful_updates, $failed_updates ); wp_mail( $email['to'], wp_specialchars_decode( $email['subject'] ), $email['body'], $email['headers'] );(please remember this is a feature plugin, so those hooks may change once it is committed into WordPress Core π )
Cheers,
Jb