📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 07:50:34
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
wordpress-seo-premium
/
classes
📍 /home/supecsoq/public_html/domains/migalexpark.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