NOOP_Translations::get_header() WordPress Method
The NOOP_Translations::get_header() method is used to get the header information for a particular translation. This information includes the translation's title, author, date, etc.
NOOP_Translations::get_header( string $header ) #
Contents
Parameters
- $header
(string)(Required)
Return
(false)
Source
File: wp-includes/pomo/translations.php
public function get_header( $header ) { return false; }
Expand full source codeCollapse full source codeView on TracView on GitHub