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 ) #


Parameters

$header

(string)(Required)


Top ↑

Return

(false)


Top ↑

Source

File: wp-includes/pomo/translations.php

327
328
329
public function get_header( $header ) {
    return false;
}

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.