acf_update_options_page()
No Hooks.
Returns
null. Nothing (null).
Usage
acf_update_options_page( $slug, $data );
- $slug
- .
Default:'' - $data
- .
Default:array()
acf_update_options_page() acf update options page code ACF 6.8.8
function acf_update_options_page( $slug = '', $data = array() ) {
return acf_options_page()->update_page( $slug, $data );
}