Profiles

Badges

CODE
1 badge
Plugin Developer

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
0contributions
high0
medium0
score0
Last 12 months
3contributions
high0
medium3
score3

Contributions

Type
January 2026
Jan 14 Wed · 05:45
Forums med
Posted a reply to PHP Warning: Undefined array key, on the site WordPress.org Forums:
Hi @dooza, Thank you for reporting this. I’ll add handling for the warning
December 2025
Dec 13 Sat · 04:14
Forums med
Posted a reply to functional difference to your PRO version?, on the site WordPress.org Forums:
Hi,The Pro version supports the following complex custom fields: Gallery Repeater Flexible Content
July 2025
Jul 06 Sun · 04:45
Forums med
Posted a reply to Custom search on fields stored in custom table, on the site WordPress.org Forums:
Hi @nikkofir WP_Query doesn’t support custom tables. To retrieve filtered results from a custom table,…
March 2025
Mar 29 Sat · 14:15
Forums med
Posted a reply to Warning when saving options page, on the site WordPress.org Forums:
Hi,Thanks for reporting the issue! Which page are you seeing this on?
Mar 17 Mon · 03:47
Forums med
Posted a reply to get_field not working when acf_ct/settings/store_acf_values_in_post_meta==false, on the site WordPress.org Forums:
Hi @nikkofir ,You can achieve this using the acf/pre_load_value filter. Copy the following code into…
February 2025
Feb 27 Thu · 12:10
Forums med
Posted a reply to Using an existing table, on the site WordPress.org Forums:
Hi @mkimmet,Yes, you can use an existing custom table. To do so, ensure the following:…
January 2025
Jan 01 Wed · 06:01
Forums med
Posted a reply to Database values ​​are stored in 2 tables, on the site WordPress.org Forums:
if I use the filter you mention, the ACF will save at new table right?…
December 2024
Dec 30 Mon · 16:05
Forums med
Posted a reply to Database values ​​are stored in 2 tables, on the site WordPress.org Forums:
Hi @chaoscript, To keep your WordPress site compatible with other plugins, by default this plugin…
November 2024
Nov 18 Mon · 04:13
Forums med
Posted a reply to Bug Report: Incorrect Data Returned with Different post_id Values in get_field, on the site WordPress.org Forums:
Hi @imachris, Thank you for the detailed explanation! I’ll try replicate the issue and work…
September 2024
Sep 10 Tue · 04:30
Forums med
Posted a reply to No p tags with WYSIWYG field, on the site WordPress.org Forums:
Hi,To convert WYSIWYG field content to HTML use following snippet: echo do_shortcode(apply_filters('the_content', $content));

Developer