✏️ 正在编辑: command-interface.php
路径:
/var/www/yuppietech.com.br/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(); }
💾 保存文件
← 返回文件管理器