Translations::get_header()
Method of the class: Translations{}
No Hooks.
Return
null
. Nothing.
Usage
$Translations = new Translations(); $Translations->get_header( $header );
- $header(string) (required)
- -
Translations::get_header() Translations::get header code WP 6.1.1
public function get_header( $header ) { return isset( $this->headers[ $header ] ) ? $this->headers[ $header ] : false; }