acf_clear_log()ACF 5.7.10

Deprecated since 6.2.7. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.

Previously, deletes the debug.log file.

No Hooks.

Returns

null. Nothing (null).

Usage

acf_clear_log();

Changelog

Since 5.7.10 Introduced.
Deprecated since 6.2.7

acf_clear_log() code ACF 6.8.8

function acf_clear_log() {
	_deprecated_function( __FUNCTION__, '6.2.7' );
	return false;
}