NOOP_Translations::set_header() WordPress Method

The NOOP_Translations::set_header() method is used to set the HTTP header for a given translation. The method takes two arguments: the header name and the header value.

NOOP_Translations::set_header( string $header, string $value ) #


Parameters

$header

(string)(Required)

$value

(string)(Required)


Top ↑

Source

File: wp-includes/pomo/translations.php

		public function set_header( $header, $value ) {
		}

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.