option_services = weglot_get_service( 'Option_Service_Weglot' ); $organization_slug = $this->option_services->get_option('organization_slug'); $project_slug = $this->option_services->get_option('project_slug'); $project_dashboard_url = esc_url( 'https://dashboard.weglot.com/workspaces/' . $organization_slug . '/projects/'. $project_slug .'/translations/languages/', 'weglot' ); $project_slug_url = esc_url( 'https://dashboard.weglot.com/workspaces/' . $organization_slug . '/projects/'. $project_slug .'/translations/slugs/', 'weglot' ); $project_url_exclusions = esc_url( 'https://dashboard.weglot.com/workspaces/' . $organization_slug . '/projects/'. $project_slug .'/settings/exclusions#excluded-urls', 'weglot' ); $project_blocks_exclusions = esc_url( 'https://dashboard.weglot.com/workspaces/' . $organization_slug . '/projects/'. $project_slug .'/settings/exclusions#excluded-blocks', 'weglot' ); $project_switcher_editor = esc_url( 'https://dashboard.weglot.com/workspaces/' . $organization_slug . '/projects/'. $project_slug .'/settings/language-switcher/editor', 'weglot' ); $project_auto_redirect = esc_url( 'https://dashboard.weglot.com/workspaces/' . $organization_slug . '/projects/'. $project_slug .'/settings/general', 'weglot' ); $project_pageviews = esc_url( 'https://dashboard.weglot.com/workspaces/' . $organization_slug . '/projects/'. $project_slug .'/statistics/page-views/', 'weglot' ); $url_form = wp_nonce_url( add_query_arg( [ 'action' => 'weglot_save_settings', 'tab' => $this->tab_active, ], admin_url( 'admin-post.php' ) ), 'weglot_save_settings' ); ?>
options['has_first_settings'] ) : ?>

Weglot -
tab_active ) { case Helper_Tabs_Admin_Weglot::SETTINGS: default: include_once WEGLOT_TEMPLATES_ADMIN_PAGES . '/tabs/settings.php'; if ( ! $this->options['has_first_settings'] ) { include_once WEGLOT_TEMPLATES_ADMIN_PAGES . '/tabs/appearance.php'; include_once WEGLOT_TEMPLATES_ADMIN_PAGES . '/tabs/advanced.php'; } break; case Helper_Tabs_Admin_Weglot::STATUS: include_once WEGLOT_TEMPLATES_ADMIN_PAGES . '/tabs/status.php'; break; case Helper_Tabs_Admin_Weglot::SUPPORT: include_once WEGLOT_TEMPLATES_ADMIN_PAGES . '/tabs/support.php'; break; } if ( ! in_array( $this->tab_active, [ Helper_Tabs_Admin_Weglot::STATUS ], true ) ) { submit_button(); } ?>
options['has_first_settings'] ) : ?>
 

', '' ); echo ' '; // translators: 1 HTML Tag, 2 HTML Tag echo sprintf( esc_html__( 'You can also check our %1$sFAQ%2$s.', 'weglot' ), '', '' ); ?>