array( 'key' => 'exclude_urls', 'label' => __( 'Exclusion URL', 'weglot' ), 'description' => __( 'Add URL that you want to exclude from translations. You can use regular expression to match multiple URLs. ', 'weglot' ), ), 'exclude_blocks' => array( 'key' => 'exclude_blocks', 'label' => __( 'Exclusion Blocks', 'weglot' ), 'description' => __( 'Enter the CSS selector of blocks you don\'t want to translate (like a sidebar, a menu, a paragraph, etc...)', 'weglot' ), ), 'auto_redirect' => array( 'key' => 'auto_redirect', 'label' => __( 'Auto redirection', 'weglot' ), 'description' => __( 'Check if you want to redirect users based on their browser language.', 'weglot' ), ), 'email_translate' => array( 'key' => 'email_translate', 'label' => __( 'Translate email', 'weglot' ), 'description' => __( 'Check to translate all emails who use function wp_mail', 'weglot' ), ), 'translate_amp' => array( 'key' => 'translate_amp', 'label' => __( 'Translate AMP', 'weglot' ), 'description' => __( 'Translate AMP page', 'weglot' ), ), 'active_search' => array( 'key' => 'active_search', 'label' => __( 'Search WordPress', 'weglot' ), 'description' => __( 'Allow your users to search in the language they use.', 'weglot' ), ), 'private_mode' => array( 'key' => 'private_mode', 'label' => __( 'Private mode', 'weglot' ), 'description' => __( 'Check if your only want admin users to see the translations', 'weglot' ), ), 'active_wc_reload' => array( 'key' => 'active_wc_reload', 'label' => __( '[WooCommerce] : Prevent reload cart', 'weglot' ), 'description' => __( 'You should only enable this option if you have translation errors on your cart widget.', 'weglot' ), ), 'page_views_enabled' => array( 'key' => 'page_views_enabled', 'label' => __( 'Page views tracking (beta)', 'weglot' ), 'description' => __( 'You can enable tracking of page views. This will save the country and browser language of visitors.', 'weglot' ), ), ); ?>
options[ $options_available['auto_redirect']['key'] ], 1 ); ?>
>
You can configure the auto redirection further in your Weglot dashboard. |
|
options[ $options_available['email_translate']['key'] ], 1 ); ?> > | |
options[ $options_available['translate_amp']['key'] ], 1 ); ?> > | |
options[ $options_available['active_search']['key'] ], 1 ); ?> > | |
options['page_views_enabled'] ) : ?>
Page views tracking is activated Page views tracking is deactivated
|