WP_Translation_File::get_file
Returns the file name.
Метод класса: WP_Translation_File{}
Хуков нет.
Возвращает
Строку. File name.
Использование
$WP_Translation_File = new WP_Translation_File(); $WP_Translation_File->get_file(): string;
Список изменений
| С версии 6.5.0 | Введена. |
Код WP_Translation_File::get_file() WP Translation File::get file WP 6.9
public function get_file(): string {
return $this->file;
}