✏️ 正在编辑: loadable-interface.php
路径:
/home/qyel0117/public_html/wp-content/plugins/wordpress-seo/src/loadable-interface.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php namespace Yoast\WP\SEO; /** * An interface for registering integrations with WordPress */ interface Loadable_Interface { /** * Returns the conditionals based on which this loadable should be active. * * @return array */ public static function get_conditionals(); }
💾 保存文件
← 返回文件管理器