Abhishek
@abhisheksatre on WordPress.org
- Member Since: December 4th, 2021
Contribution History
Abhishek’s badges:- Plugin Developer
-
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? -
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… -
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:… -
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?… -
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… -
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… -
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)); -
Posted a reply to Relationship Bidirectional, on the site WordPress.org Forums:
Hi @neticonic, Currently the plugin does not support "bidirectional relationship" field type. -
Posted a reply to Will the API POST and GET methods still work?, on the site WordPress.org Forums:
Hi, Thank you so much for your kind words and support! 😊 Our plugin supports… -
Posted a reply to Is this plugin maintained ?, on the site WordPress.org Forums:
Hi, Yes, the plugin is actively maintained and compatible with the latest ACF and WordPress… -
Committed [3126721] to Plugins SVN:
Update readme -
Committed [3126720] to Plugins SVN:
update readme -
Committed [3126717] to Plugins SVN:
Update readme -
Committed [3126711] to Plugins SVN:
v1.0.7 -
Committed [3126709] to Plugins SVN:
v1.0.7 -
Posted a reply to Image field saves as ID instead of URL, on the site WordPress.org Forums:
Hi, The return format determines how image data is returned by ACF's get_field function. The… -
Posted a reply to Not working when a CPT is created using frontend forms, on the site WordPress.org Forums:
Hi,This plugin uses the acf/save_post action to handle data saving in custom table. If Dynamic.ooo… -
Posted a reply to Impossible without a trick to use get_field in ajax (admin_ajax), on the site WordPress.org Forums:
Hi, Thank you for reporting the issue. We will fix this on priority. -
Posted a reply to Hook or action after data insertion in custom table?, on the site WordPress.org Forums:
Hi, You can use acf/save_post action with high priority.Example: add_action('acf/save_post', 'handleAcfSave', 20); // Priority 20… -
Posted a reply to Enabling custom table for acf groups registered with PHP, on the site WordPress.org Forums:
Hi @selim13, Thank you for reporting the issue and suggesting the approach. I will introduce… -
Posted a reply to Enabling custom table for acf groups registered with PHP, on the site WordPress.org Forums:
Hi @selim13, Thank you for reporting the issue and suggesting the approach. I will introduce… -
Posted a reply to ACF Option Pages, on the site WordPress.org Forums:
Hi Plugin does not support option pages. The reason for this limitation is that option… -
Committed [2994944] to Plugins SVN:
v1.0.6 -
Committed [2994943] to Plugins SVN:
v1.0.6 -
Committed [2994942] to Plugins SVN:
v1.0.6 -
Posted a reply to Saving Checkbox values in DB, on the site WordPress.org Forums:
Hi, get_custom_table_field function provides the raw data from custom table. You will need to perform… -
Posted a reply to Wpallimport compatibility, on the site WordPress.org Forums:
Hi, Currently, the plugin does not offer native support for importing data directly through the… -
Posted a reply to Saving Checkbox values in DB, on the site WordPress.org Forums:
Hi, The conversion of the character é to Unicode \u00e9 is due to JSON encoding.… -
Posted a reply to Need to do a custom search by meta key, on the site WordPress.org Forums:
Hi, Using WP_Query on a custom table isn't supported. To work around this limitation, you… -
Posted a reply to saving data from the front, on the site WordPress.org Forums:
Hi, Yes, our plugin supports saving data from the frontend using acf_form(). -
Posted a reply to Connect multiple post types to a single table, on the site WordPress.org Forums:
Closing the thread. -
Posted a reply to Gravity Forms Post Creation Stopped Adding To Custom Table, on the site WordPress.org Forums:
Hi, It appears that there might be an issue with a different functionality or plugin… -
Posted a reply to Great plugin, but lacks basic functionality, on the site WordPress.org Forums:
Hi, Currently our plugin does not support migration of existing data. It stores data in… -
Posted a reply to Can I move Custom Post data to a Custom Table?, on the site WordPress.org Forums:
Hi, Certainly, the migration feature is part of our future plans. -
Posted a reply to Can I move Custom Post data to a Custom Table?, on the site WordPress.org Forums:
Hi @avidflow,Currently our plugin does not support migration of existing data. It stores data in… -
Posted a reply to Connect multiple post types to a single table, on the site WordPress.org Forums:
Hi, Our plugin uses the ACF field group to create columns for a custom table.… -
Posted a reply to Image URL Output Issue, on the site WordPress.org Forums:
Hi, This is expected result. To maintain dynamic image URLs, similar to the ACF approach,… -
Committed [2949981] to Plugins SVN:
v1.0.5 -
Committed [2949973] to Plugins SVN:
V1.0.5 -
Posted a reply to I want to refresh the rows of the table., on the site WordPress.org Forums:
Hi, The plugin does not offer a bulk update option. To perform bulk updates on… -
Posted a reply to wpml + plugin, on the site WordPress.org Forums:
Hi, Our plugin supports ACF's get_field function to display the custom table data. If WPML… -
Posted a reply to wpml + plugin, on the site WordPress.org Forums:
Hi, Can you please share the plugin link? I couldn't find the wpml advance custom… -
Posted a reply to Adding data to existing table instead new one, on the site WordPress.org Forums:
Hi, Yes, it is possible to add data to an existing table created by another… -
Posted a reply to Field data is saved in both postmeta and custom table, on the site WordPress.org Forums:
Hi, By default, the plugin saves ACF field data in the wp_postmeta table along with a custom… -
Posted a reply to is it still maintained?, on the site WordPress.org Forums:
Hi @francoistdc, We are actively maintaining this plugin. Soon new version will be available. -
Posted a reply to get_fields not working with your plugin, on the site WordPress.org Forums:
Hi, My bad. Thanks for reporting the issue. Currently, the plugin does not support the… -
Posted a reply to get_fields not working with your plugin, on the site WordPress.org Forums:
Hi @nicmare, Our plugin supports get_field function to retrieve data from the custom table. It… -
Posted a reply to PHP Warnings, on the site WordPress.org Forums:
Hi @nicmare, Thank you reporting the php warning issue. We will fix the warnings soon.… -
Posted a reply to Custom fields aren’t loaded when using URL with parameter, on the site WordPress.org Forums:
Hi, the_custom_table_field function does not have any negative impact on performance. Please note that the… -
Posted a reply to Custom fields aren’t loaded when using URL with parameter, on the site WordPress.org Forums:
Hi @andreas-2013, Thank you for providing the detailed steps. In order to further investigate the…
Developer
-
ACF to Custom Database Tables
Active Installs: 600+