acf_register_plugin_update()
Alias of acf_updates()->add_plugin().
Хуков нет.
Возвращает
null. Ничего (null).
Использование
acf_register_plugin_update( $plugin );
- $plugin(массив) (обязательный)
- Plugin data array.
Список изменений
| С версии 5.5.10 | Введена. |
Код acf_register_plugin_update() acf register plugin update ACF 6.4.2
function acf_register_plugin_update( $plugin ) {
acf_updates()->add_plugin( $plugin );
}