NOOP_Translations::translate_entry() WordPress Method
The NOOP_Translations::translate_entry() Wordpress method is used to translate an entry in a WordPress database. This is useful for when you need to change the language of an existing WordPress site.
NOOP_Translations::translate_entry( Translation_Entry $entry ) #
Contents
Parameters
- $entry
(Translation_Entry)(Required)
Return
(false)
Source
File: wp-includes/pomo/translations.php
public function translate_entry( &$entry ) { return false; }
Expand full source codeCollapse full source codeView on TracView on GitHub