WordPress at Your Fingertips
Log In . Register
  • About About Contacts RSS feed
  • WordPress WordPress Cheat Sheet Codex Sitemap REST API WP-CLI
  • Functions Functions Conditional Tags Template Tags By Files WordPress - all WooCommerce - all
  • Hooks Hooks Trigger Order WordPress - all WooCommerce - all
  • Notes Notes
› All Functions ›
function is not described

_() │ WP 0.71

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

No Hooks.

Returns

String.

Usage

_( $message );
$message(string) (required)
The message being translated.

Notes

  • See: https://php.net/manual/en/function.gettext.php

Changelog

Since 0.71 Introduced.

_() code WP 7.0

wp-includes/compat.php
function _( $message ) {
	return $message;
}
Kama © 2010-2026
0.104 sec. 7 SQL. 5.24 MB
Contacts     Privacy policy
Upload image
DRAG and DROP or past from the CLIPBOARD