WP_Translation_File::parse_file()protectedWP 6.5.0

Parses the file.

Method of the class: WP_Translation_File{}

No Hooks.

Return

null. Nothing (null).

Usage

// protected - for code of main (parent) or child class
$result = $this->parse_file();

Changelog

Since 6.5.0 Introduced.

WP_Translation_File::parse_file() code WP 6.7.1

abstract protected function parse_file();