ACF_Local_JSON::include_json_folder
Deprecated since 5.9.0. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.
Includes local JSON files within a specific folder.
Method of the class: ACF_Local_JSON{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ACF_Local_JSON = new ACF_Local_JSON(); $ACF_Local_JSON->include_json_folder( $path );
- $path(string)
- The path to a specific JSON folder.
Default:''
Changelog
| Since 5.5.13 | Introduced. |
| Deprecated since | 5.9.0 |
ACF_Local_JSON::include_json_folder() ACF Local JSON::include json folder code ACF 6.8.8
public function include_json_folder( $path = '' ) {
_deprecated_function( __METHOD__, '5.9.0' );
// Do nothing.
}