Translations::get_header( string $header )


Description Description


Parameters Parameters

$header

(string) (Required)


Top ↑

Source Source

File: wp-includes/pomo/translations.php

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

Top ↑

User Contributed Notes User Contributed Notes

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