Files
doitinpoland.com/wp-content/plugins/wpml-string-translation/classes/privacy/class-wpml-st-privacy-content.php
2023-09-12 21:41:04 +02:00

23 lines
476 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* @author OnTheGo Systems
*/
class WPML_ST_Privacy_Content extends WPML_Privacy_Content {
/**
* @return string
*/
protected function get_plugin_name() {
return 'WPML String Translation';
}
/**
* @return string|array
*/
protected function get_privacy_policy() {
return __( 'WPML String Translation will send all strings to WPMLs Advanced Translation Editor and to the translation services which are used.', 'wpml-string-translation' );
}
}