13/06/2024WordpressHow to backup ACF option fields with SQLTo get the values SELECT * FROM wp_options WHERE option_name LIKE ‘options_%'” Export as SQL Remove the ID column from the INSERT […]