✏️ 正在编辑: interface-metabox-tab.php
路径:
/var/www/yuppietech.com.br/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin */ /** * Generates the HTML for a metabox tab. */ interface WPSEO_Metabox_Tab { /** * Returns the html for the tab link. * * @return string */ public function link(); /** * Returns the html for the tab content. * * @return string */ public function content(); }
💾 保存文件
← 返回文件管理器