eduardo-marcolino / acf-fields-in-custom-table

Stores ACF custom fields in a custom table instead of WordPress' core meta tables
27 stars 12 forks source link

Fixes and new features #17

Closed JobMoll closed 2 years ago

JobMoll commented 2 years ago
  1. Fixes this WP debug warning:

Warning: The magic method ACF_FICT::__wakeup() must have public visibility in /acf-fields-in-custom-table/acf-fields-in-custom-table.php on line 72

  1. Adds a check on activation to see if the ACF plugin is installed otherwise throws an error.
  2. Added a custom sub-menu in the ACF plugin which has the features (custom table and disable store in WP meta storage.

I have also updated all the translations accordingly!

JobMoll commented 2 years ago

Well i continue on my own fork. No response here.