We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd6b62 commit 9857da6Copy full SHA for 9857da6
inc/config.php
@@ -123,7 +123,7 @@ public static function init( $service_settings = [] ) {
123
self::$service_url = sprintf( 'https://%s.%s', self::$key, self::$base_domain );
124
if ( defined( 'OPTML_CUSTOM_DOMAIN' ) ) {
125
self::$service_url = constant( 'OPTML_CUSTOM_DOMAIN' );
126
- }elseif ( isset( $service_settings['domain'] ) && ! empty( $service_settings['domain'] ) ) {
+ } elseif ( isset( $service_settings['domain'] ) && ! empty( $service_settings['domain'] ) ) {
127
self::$service_url = sprintf( 'https://%s', $service_settings['domain'] );
128
}
129
0 commit comments