On this page
NOOP_Translations::translate( string $singular, string $context = null )
Parameters
$singularstring Required$contextstring Optional-
Default:
null
Source
File: wp-includes/pomo/translations.php. View all references
public function translate( $singular, $context = null ) {
return $singular;
}
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/noop_translations/translate