options->get( 'googlesitekit_first_admin' ); } /** * Gets the callback for sanitizing the setting's value before saving. * * @since 1.16.0 * * @return callable The callable sanitize callback. */ protected function get_sanitize_callback() { return 'intval'; } }