HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/coolswim/wp-content/plugins/sitepress-multilingual-cms/menu/theme-localization.php
<?php
global $sitepress;

if ( ( ! isset( $sitepress_settings['existing_content_language_verified'] ) ||
	  ! $sitepress_settings['existing_content_language_verified'] ) ||
	  2 > count( $sitepress->get_active_languages() ) ) {
	return;
}

?>

<div class="wrap">
	<h2><?php _e( 'Theme and plugins localization', 'sitepress' ); ?></h2>

	<div id="wpml-mo-scan-localization-page"></div>

	<?php

	/** @deprecated use wpml_custom_localization_type instead */
		do_action( 'icl_custom_localization_type' );

		do_action( 'wpml_custom_localization_type' );
	?>

	<?php do_action( 'icl_menu_footer' ); ?>
</div>