wordpress / latest / classes / noop_translations / translate.html

NOOP_Translations::translate( string $singular, string $context = null )

Parameters

$singular string Required
$context string 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