🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 01:55:56 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
reenrihair.com
/
wp-content
/
plugins
/
wordpress-seo-premium
/
classes
📍 /home/therahul/reenrihair.com/wp-content/plugins/wordpress-seo-premium/classes
🔄 Refresh
✏️
Editing: validation-warning.php
Writable
<?php /** * WPSEO Premium plugin file. * * @package WPSEO\Premium\Classes */ /** * Value object containing a validation warning. */ class WPSEO_Validation_Warning extends WPSEO_Validation_Result { /** * Gets warning as the validation result type. * * @return string */ public function get_type() { return 'warning'; } }
💾 Save Changes
❌ Cancel