It is possible to save ACF data in custom tables by using a separate paid plugin called ACF Custom Database Tables.
However, if your goal is just to keep the database as light as possible, meevly.com’s solution of creating your own custom metaboxes would be the lightest-weight option, versus adding two plugins just to track a few bits of data.
Related Posts:
- How to properly insert data into custom table via plugin
- Simple form that saves to database
- How to edit/delete single row items in a table on my own menu page
- Get total number of comment of the posts written by an author
- How to write one comment and publish on every post using database or plugin?
- Make id column as AUTO INCREMENT on plugin activation
- How to access data in wordpress database externally using php
- Redirect to another page using contact form 7? [closed]
- Creating a CSV with PHP inside the plugin directory
- Issue running db create table query from static method
- How to create plugin/ page that reads from database
- Comment “like” problem – “users who like this” avatar linking to current user profile instead of “liker’s” profile
- ACF – How to set the menu order for the relationship field
- Is this plugin safe to run?
- How to display results from a data table with an encrypted user id?
- add_action for publish_post doesn’t work
- How to create repeater field manually, without plugin (ACF Pro)?
- Getting URL GET parameter with Code snippets and storing it in database?
- Cant create table on plugin activation
- ACF checkbox return format based on page
- How to use WordPress header function and footer function and not load word press database
- Get Shortcode output to database for static post_content
- make p tag collapsed after 3 rows
- Moving a few select DB tables to a new WP instance
- How can I store user preferences in WordPress and retreive them later?
- How to save information related to post in database?
- Pulling Advanced Custom Fields from other pages
- ACF: Hide a div or template section when a custom field (in a field group) is empty
- Sort posts by Date (DESC) and by ACF: active_inactive (ASC)
- plugin doesn’t retrieve data from database
- Uncaught Error: Call to undefined function wp_generate_attachment_metadata() @ wp-cron
- Using require_once in a Plugin?
- How to call plugin path in JS?
- Get Current user email as a return string value
- Bug in Stackoverflow styled badge system script
- How can a Firebase user registration and login be integrated into a WordPress site?
- WordPress PHP plugin – Settings page error
- Scope for PHP Variables Assigned in functions.php or a plugin
- Embed a Google Sheet as you view it in a separate tab?
- Prevent a plugin from being automatically activated
- Saving changes in wp_editor
- Output array into one table cell
- Using plugin functions/methods within templates
- Why this function not working for install database on plugin activation
- Setup wp_schedule_event within a custom plugin
- Plugins in WP_Options but not Active
- Does having more than 30 Admin Ajax affects site performance (plugin)?
- execute function after one completed
- WHy custom plugin slows down the loading of the pages?
- Updating options into the wp database performance
- Ajax save data to database on document ready, no data being saved
- How to get specific string/value from an array? php [closed]
- Background Music WP [closed]
- Why is it important to check for isset and is_array before checking in_array in this example?
- How to delete a theme using AJAX
- Custom search search does not work?
- How to call external functions from a PHP script in a WordPress plugin?
- Equivalent of admin.php for public pages
- How to add custom function to pluggable.php
- WooCommerce – new order email hook
- How to list datas from database in a topic?
- Editing a coupon generating plugin
- How to hide an option from dropdown in filter module
- How use wp_insert_post and add og:custom tags?
- Display pagination in reservation Plugin and and Print table as pdf
- How to change “Read More” text?
- Images are broken in Wysiwyg Editor – ACF backend
- How to change a wordress plugin php code in my child’s functions.php file?
- What is the right way to populate a dropdown from MySql?
- WordPress database problem wp_posts, primary key
- How to allow URL with filename & extension in wordpress?
- Woocommerce – Change variations output
- WordPress Plugin PHP Not Calling Function
- load plugin in code snippet
- Generate and send ICS file through WordPress
- PHP message: WordPress database error Deadlock found when trying to get lock
- WP Plugin permissions – create new files
- Creating Admin Submenu Page via Class Method
- .htaccess file doesn’t work, with hundred tries
- how to create database to use it in wordpress website?
- ACF Repeater Field Question [closed]
- How to create a dashboard for logged-in users with custom functionality? [closed]
- Cannot access variables within a widget
- Postal address auto-complete on profile page
- Is there a plugin that will override the “Error establishing a database connection” message? [closed]
- Get the url of attachments from the post?
- WordPress Related Plugin – Adding an image
- Create New Admin Menu Section – Like how custom post type works, in a way
- WordPress User Frontend Editing Custom Fields
- How ACF Advanced Custom Field works with Woocommerce Single Product [closed]
- Woocommerce Product Add-ons – Auto-select first option
- Strict Standards: Non-static method in sidebar generator
- Fast Tranfering my WordPress site to another server
- Duplicating wordpress install issue
- How can I delete the options from DB when the plugin is deleted?
- Option value not getting updated until page refresh in WordPress
- Fatal error: Uncaught Error: Call to a member function fetch_array() on bool
- Use inline callable for hooks and filters
- Error in using ‘admin_enqueue_scripts’ action through a class
- Edit a page/post DB data?