PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
wpml-string-translation
/
classes
<?php /** * Class WPML_ST_Verify_Dependencies * * Checks that the WPML Core plugin is installed and satisfies certain version * requirements */ class WPML_ST_Verify_Dependencies { /** * @param string $wpml_core_version */ function verify_wpml( $wpml_core_version ) { if ( false === $wpml_core_version ) { add_action( 'admin_notices', array( $this, 'notice_no_wpml', ) ); } elseif ( version_compare( $wpml_core_version, '3.5', '<' ) ) { add_action( 'admin_notices', array( $this, 'wpml_is_outdated' ) ); } } function notice_no_wpml() { ?> <div class="error wpml-admin-notice wpml-st-inactive wpml-inactive"> <p><?php esc_html_e( 'Please activate WPML Multilingual CMS to have WPML String Translation working.', 'wpml-string-translation' ); ?></p> </div> <?php } function wpml_is_outdated() { ?> <div class="message error wpml-admin-notice wpml-st-inactive wpml-outdated"> <p><?php esc_html_e( 'WPML String Translation is enabled but not effective, because WPML is outdated. Please update WPML first.', 'wpml-string-translation' ); ?></p> </div> <?php } }
[+]
string-tracking
[+]
package
[-] class-wpml-st-verify-dependencies.php
[edit]
[-] class-wpml-st-user-fields.php
[edit]
[+]
translation-memory
[+]
utilities
[-] Shortcode.php
[edit]
[+]
batch-translation
[+]
admin-texts
[-] class-wpml-st-admin-string.php
[edit]
[+]
menus
[+]
container
[-] class-wpml-st-settings.php
[edit]
[-] class-wpml-st-strings.php
[edit]
[+]
string-translation
[+]
po-import
[+]
db-mappers
[+]
shortcode
[+]
records
[+]
Troubleshooting
[+]
strings-scanning
[+]
MO
[-] class-wpml-st-initialize.php
[edit]
[+]
wpml-tm
[-] class-wpml-st-string-factory.php
[edit]
[+]
basket
[-] class-wpml-st-string-statuses.php
[edit]
[+]
string-translation-ui
[-] class-wpml-language-of-domain.php
[edit]
[+]
translation-files
[+]
translations-file-scan
[+]
filters
[+]
..
[+]
gettext-hooks
[-] TranslateWpmlString.php
[edit]
[-] class-wpml-st-string.php
[edit]
[+]
API
[+]
privacy
[+]
actions
[-] class-wpml-st-reset.php
[edit]
[+]
package-translation
[+]
support
[+]
strings-cleanup
[-] class-wpml-admin-notifier.php
[edit]
[+]
slug-translation
[+]
upgrade