Yoast\WP\SEO\Llms_Txt\Domain\File
Llms_File_System_Interface::remove_file
Method to remove the llms.txt file from the file system.
Метод класса: Llms_File_System_Interface{}
Хуков нет.
Возвращает
true|false. True on success, false on failure.
Использование
$Llms_File_System_Interface = new Llms_File_System_Interface(); $Llms_File_System_Interface->remove_file(): bool;
Код Llms_File_System_Interface::remove_file() Llms File System Interface::remove file Yoast 27.7
public function remove_file(): bool;