WP_Translation_File::get_file()publicWP 6.5.0

Returns the file name.

Method of the class: WP_Translation_File{}

No Hooks.

Return

String. File name.

Usage

$WP_Translation_File = new WP_Translation_File();
$WP_Translation_File->get_file(): string;

Changelog

Since 6.5.0 Introduced.

WP_Translation_File::get_file() code WP 6.7.2

public function get_file(): string {
	return $this->file;
}