WP_Translation_File::get_file
Returns the file name.
Method of the class: WP_Translation_File{}
No Hooks.
Returns
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() WP Translation File::get file code WP 6.9.1
public function get_file(): string {
return $this->file;
}