acf/json/load_paths
acf/json/load_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/load_paths') is found 1 times:
- /includes/local-json.php line 858182838485868788899091
*
* @param
array
$paths
An
array
of potential paths to load JSON from.
* @
return
array
*/
return
(
array
) apply_filters(
'acf/json/load_paths'
,
$paths
);
}
/**
* Gets the path(s) to save JSON to.
*
* @since 6.2