🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 00:22:15 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
reenrihair.com
/
wp-content
/
plugins
/
wordpress-seo
/
inc
📍 /home/therahul/reenrihair.com/wp-content/plugins/wordpress-seo/inc
🔄 Refresh
✏️
Editing: interface-wpseo-wordpress-integration.php
Writable
<?php /** * WPSEO plugin file. * * @package WPSEO */ if ( ! interface_exists( 'WPSEO_WordPress_Integration' ) ) { /** * An interface for registering integrations with WordPress. */ interface WPSEO_WordPress_Integration { /** * Registers all hooks to WordPress. * * @return void */ public function register_hooks(); } }
💾 Save Changes
❌ Cancel