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