W3cubDocs

/WordPress

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

Parameters

$singular

(string) (Required)

$context

(string) (Optional)

Default value: null

Source

File: wp-includes/pomo/translations.php

function translate( $singular, $context = null ) {
			return $singular;
		}

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/noop_translations/translate