WP_Translation_File::headers(): array<string, In this article Table of ContentsReturn Source Changelog ↑ Back to top Returns all headers. Return array<string, string> Headers. Source public function headers(): array { if ( ! $this->parsed ) { $this->parse_file(); } return $this->headers; } View all references View on Trac View on GitHub Changelog VersionDescription6.5.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.