Translations::set_headers( array $headers )


Parameters

$headers array Required

Top ↑

Source

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

public function set_headers( $headers ) {
	foreach ( $headers as $header => $value ) {
		$this->set_header( $header, $value );
	}
}


Top ↑

User Contributed Notes

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