How to Dynamically Populate Advanced Custom Fields Settings
With some PHP code it’s really easy to dynamically populate an Advanced Custom Fields (ACF) value or choices. You can do this for any kind of inputs, including the choices of radio, checkboxes and similar. In this post we’ll look at how. The filter Advanced Custom Fields offers a filter named acf/load_field. You can use […]