NOOP_Translations::get_header( string $header ): false


Parameters

$header string Required

Top ↑

Return

false


Top ↑

Source

File: wp-includes/pomo/translations.php. View all references

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

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.