ACF_Local_JSON::include_json_folders
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 all local JSON files.
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_folders();
Changelog
| Since 5.0.0 | Introduced. |
| Deprecated since | 5.9.0 |
ACF_Local_JSON::include_json_folders() ACF Local JSON::include json folders code ACF 6.0.4
public function include_json_folders() {
_deprecated_function( __METHOD__, '5.9.0', 'ACF_Local_JSON::include_fields()' );
$this->include_fields();
}