NOOP_Translations::get_header()publicWP 1.0

Method of the class: NOOP_Translations{}

No Hooks.

Return

false.

Usage

$NOOP_Translations = new NOOP_Translations();
$NOOP_Translations->get_header( $header );
$header(string) (required)
-

NOOP_Translations::get_header() code WP 6.3

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