template = 'dashboard/profile.php'; $this->require_user_id = true; parent::__construct( $params ); } public static function get_name() { return __( 'Profile', 'affiliates' ); } public static function get_key() { return 'profile'; } } Affiliates_Dashboard_Profile::init();