Translations::get_header( string $header )


Parameters

$header string Required

Top ↑

Source

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

public function get_header( $header ) {
	return isset( $this->headers[ $header ] ) ? $this->headers[ $header ] : false;
}

Top ↑

User Contributed Notes

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