Profiles

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
8contributions
high0
medium8
score8
Last 12 months
21contributions
high0
medium21
score21

Contributions

Type
June 2026
Jun 04 Thu · 20:59
Forums med
Posted a reply to [Perfect Images: Regenerate Thumbnails, Image Sizes, WebP & AVIF] AVIF’s file permissions bug, on the site WordPress.org Forums:
No, the latest plugin update didn't completely resolve the issue: see screenshot.
May 2026
May 25 Mon · 10:53
Forums med
Posted a reply to [WP Popular Posts] How do I disable nonce checking in a plugin?, on the site WordPress.org Forums:
@hcabrera Wait a minute, do you have any other solution that you think would be…
May 24 Sun · 20:18
Forums med
Posted a reply to [WP Popular Posts] How do I disable nonce checking in a plugin?, on the site WordPress.org Forums:
The crux of the problem is this: many posts on the site are evergreen, meaning…
May 24 Sun · 14:33
Forums med
Created a topic, How do I disable nonce checking in a plugin?, on the site WordPress.org Forums:
Hi, What changes do I need to make to the plugin’s …
May 23 Sat · 09:08
Forums med
Posted a reply to [Perfect Images: Regenerate Thumbnails, Image Sizes, WebP & AVIF] AVIF’s file permissions bug, on the site WordPress.org Forums:
add_action('add_attachment', 'fix_meow_all_avif_permissions', 20);add_filter('wp_generate_attachment_metadata', 'fix_meow_all_avif_permissions_meta', 20, 2);function fix_meow_all_avif_permissions_meta($metadata, $attachment_id) {    $upload_dir = wp_upload_dir();    $base_dir…
May 21 Thu · 21:55
Forums med
Posted a reply to [ЮKassa для WooCommerce] Изменение стоимости подписки, on the site WordPress.org Forums:
И вот этот код:add_filter( 'woocommerce_payment_gateway_supports', 'add_yookassa_subscription_amount_changes', 10, 3 );function add_yookassa_subscription_amount_changes( $supports, $feature, $gateway ) {…
May 21 Thu · 10:22
Forums med
Posted a reply to Изменение стоимости подписки, on the site WordPress.org Forums:
Поддерживаю. Интегрированная в плагин возможность изменения стоимости подписки для существующих подписчиков действительно насущна и необходима.…
May 19 Tue · 04:02
Forums med
Created a topic, AVIF’s file permissions bug, on the site WordPress.org Forums:
Hi, I've run into a strange bug when generating thu…
March 2026
Mar 12 Thu · 16:48
Forums med
Posted a reply to [Beautiful Cookie Consent Banner] Compatibility with PostX, on the site WordPress.org Forums:
The issue was in /beautiful-and-responsive-cookie-consent/class/class-nsc_bar_input_validation.php: [debug.log] PHP Fatal error:  Cannot redeclare escape_recursive() (previously declared in…
Mar 12 Thu · 16:48
Forums med
Posted a reply to [Post Grid Gutenberg Blocks for News, Magazines, Blog Websites - PostX] Compatibility with consent banner plugin, on the site WordPress.org Forums:
Thanx. You're right. The problem was on the side of the Beautiful Cookie Consent Banner…