acf_update_options_page()
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
acf_update_options_page( $slug, $data );
- $slug **
- -
По умолчанию: '' - $data **
- -
По умолчанию: array()
Код acf_update_options_page() acf update options page ACF 6.0.4
function acf_update_options_page( $slug = '', $data = array() ) { return acf_options_page()->update_page( $slug, $data ); }