wpseek.com
A WordPress-centric search engine for devs and theme authors



_ › WordPress Function

Since0.71
Deprecatedn/a
_ ( $message )
Parameters:
  • (string) $message The message being translated.
    Required: Yes
See:
Returns:
  • (string)
Defined at:
Codex:

Compat function to mimic _(), an alias of gettext().



Related Functions: __, _c, _e, _n, _x

Source

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