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 ) #
Contents
Parameters
- $header
(string)(Required)
- $value
(string)(Required)
Source
File: wp-includes/pomo/translations.php
public function set_header( $header, $value ) { }
Expand full source codeCollapse full source codeView on TracView on GitHub