acf_register_plugin_update()ACF 5.5.10

acf_register_plugin_update

Alias of acf_updates()->add_plugin().

Хуков нет.

Возвращает

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

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

acf_register_plugin_update( $plugin );
$plugin(массив) (обязательный)
-

Список изменений

С версии 5.5.10 Введена.

Код acf_register_plugin_update() ACF 6.0.4

function acf_register_plugin_update( $plugin ) {
	acf_updates()->add_plugin( $plugin );
}