GoToWebinar_Settings::set_properties()
Sets up the properties of the settings page
Source
File: src/integrations/gotowebinar/settings/gotowebinar-settings.php
protected function set_properties() { $this->set_id( 'go-to-webinar' ); $this->set_icon( 'gotowebinar' ); $this->set_name( 'GoTo Webinar' ); $this->set_status( false !== get_option( '_uncannyowl_gtw_settings', false ) ? 'success' : '' ); // Add settings (optional) $this->register_option( 'uap_automator_gtw_api_consumer_key' ); $this->register_option( 'uap_automator_gtw_api_consumer_secret' ); }
Expand full source code Collapse full source code View on Github