is_connected = ! empty( $this->get_connect_id() ); } /** * Gets the connect ID. * * @return string|false */ public function get_connect_id() { return edd_get_option( 'stripe_connect_account_id', false ); } }