endpoints[ $endpoint ] ) ) { throw new \Exception( esc_html__( 'Endpoint not found', 'hello-plus' ) ); } return $this->endpoints[ $endpoint ]; } public function __construct() { $this->endpoints['onboarding-settings'] = new Onboarding_Settings(); $this->endpoints['whats-new'] = new Whats_New(); $this->ajax_classes['setup-wizard'] = new Setup_Wizard(); } }