Home
last modified time | relevance | path

Searched refs:check_do_translation (Results 1 – 1 of 1) sorted by relevance

/plugin/deeplautotranslate/
Daction.php78 if (!$this->check_do_translation(true)) return;
204 if (!$this->check_do_translation($allow_existing)) {
227 if (!$this->check_do_translation()) return;
498 private function check_do_translation($allow_existing = false): bool { function in action_plugin_deeplautotranslate