WP_Translation_File::headers(): array<string, In this article Table of ContentsReturn Source Related 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 Related UsesDescriptionWP_Translation_File::parse_file()wp-includes/l10n/class-wp-translation-file.phpParses the file. 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.