✏️ 正在编辑: route-interface.php
路径:
/var/www/yuppietech.com.br/wp-content/plugins/wordpress-seo/src/routes/route-interface.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php namespace Yoast\WP\SEO\Routes; use Yoast\WP\SEO\Loadable_Interface; /** * Route interface. */ interface Route_Interface extends Loadable_Interface { /** * Registers routes with WordPress. * * @return void */ public function register_routes(); }
💾 保存文件
← 返回文件管理器