📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 19:35:50
📂
/ (Root)
/
home
/
apkbfjox
/
kattu.com.pk
/
wp-content
/
plugins
/
wordpress-seo
/
admin
/
metabox
📍 /home/apkbfjox/kattu.com.pk/wp-content/plugins/wordpress-seo/admin/metabox
🔄 Refresh
✏️
Editing: interface-metabox-section.php
Writable
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin */ /** * Generates and displays the HTML for a metabox section. */ interface WPSEO_Metabox_Section { /** * Outputs the section link. * * @return void */ public function display_link(); /** * Outputs the section content. * * @return void */ public function display_content(); }
💾 Save Changes
❌ Cancel