On this page
Translations::translate_entry( Translation_Entry $entry )
Parameters
$entryTranslation_Entry Required
Source
File: wp-includes/pomo/translations.php. View all references
public function translate_entry( &$entry ) {
$key = $entry->key();
return isset( $this->entries[ $key ] ) ? $this->entries[ $key ] : false;
}
Related
Used By
| Used By | Description |
|---|---|
| Translations::translate() wp-includes/pomo/translations.php | |
| Translations::translate_plural() wp-includes/pomo/translations.php |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/translations/translate_entry