✏️ 正在编辑: generator-interface.php
路径:
/home/ubuntu/plugins-bkp-26012025/wordpress-seo/src/generators/generator-interface.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php namespace Yoast\WP\SEO\Generators; use Yoast\WP\SEO\Context\Meta_Tags_Context; interface Generator_Interface { /** * Returns a string, or other Thing that the associated presenter can handle. * * @param Meta_Tags_Context $context The meta tags context. * * @return mixed */ public function generate( Meta_Tags_Context $context ); }
💾 保存文件
← 返回文件管理器