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