has('value') ) { return acf_update_user_setting( $this->get('name'), $this->get('value') ); // get } else { return acf_get_user_setting( $this->get('name') ); } } } acf_new_instance('ACF_Ajax_User_Setting'); endif; // class_exists check ?>