acf_debug_start()ACF 1.0

Хуков нет.

Возвращает

null. Ничего (null).

Использование

acf_debug_start();

Код acf_debug_start() ACF 6.0.4

function acf_debug_start() {

	acf_update_setting( 'debug_start', memory_get_usage() );

}