You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great work on the plugin. I was wondering if it would be worth having a way to filter the option fields, like you do with the standard rest_prepare_x. Maybe adding the filter to addACFOptionRouteV2cb
Great work on the plugin. I was wondering if it would be worth having a way to filter the option fields, like you do with the standard
rest_prepare_x
. Maybe adding the filter toaddACFOptionRouteV2cb
return apply_filters( 'rest_prepare_acf_options', $request, $fields, $option );
Allowing you to do:
Above is an example of removing any field in the options with a prefix of
_private_
The text was updated successfully, but these errors were encountered: