id = 'profile'; $this->text = esc_html__( 'Profile', 'learnpress' ); parent::__construct(); } /** * @param string $section * @param string $tab * * @return array */ public function get_settings( $section = null, $tab = null ) { return Config::instance()->get( 'profile', 'settings' ); } } return new LP_Settings_Profile();