_( $string )

Source

File: wp-includes/compat.php

function _( $string ) {
		return $string;
	}

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/_