acf/json/save_paths
acf/json/save_paths
Appears in: advanced-custom-fields.6.3.2
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.3.2apply_filters('acf/json/save_paths') is found 1 times:
- /includes/local-json.php line 118
* @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