🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 04:12:00 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
reenrihair.com
/
wp-content
/
plugins
/
wordpress-seo
/
admin
/
metabox
📍 /home/therahul/reenrihair.com/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