Tribe__Tickets__Commerce__PayPal__Gateway::get_settings_url( string $path = '' )
Returns the URL to the PayPal Settings page.
Contents
Parameters
- $path
-
(string) (Optional)
Default value: ''
Return
(string)
Source
File: src/Tribe/Commerce/PayPal/Gateway.php
public function get_settings_url( $path = '' ) {
return $this->get_base_url( '/customerprofileweb' . ltrim( $path, '/' ) );
}
Changelog
| Version | Description |
|---|---|
| 4.7 | Introduced. |