acf/json/save_paths
acf/json/save_paths
Appears in: advanced-custom-fields.6.3.5
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.3.5apply_filters('acf/json/save_paths') is found 1 times:
- /includes/local-json.php line 118114115116117118119120121122123124
* @param
array
$paths
An
array
of the potential paths to save JSON to.
* @param
array
$post
The ACF field group, post type,
or
taxonomy
array
.
* @
return
array
*/
return
(
array
) apply_filters(
'acf/json/save_paths'
,
$paths
,
$post
);
}
/**
* Writes field group data to JSON file.
*
* @
date
14/4/20