Sid Gifari File Manager
🏠 Root
/
home
/
holapaeltv
/
www
/
wp-content
/
plugins
/
wordfence
/
lib
/
📝 Editing: wfStyle.php
<?php class wfStyle { /** * Returns the classes for the main content body of the page, adjusting for the paid status. * * @return string */ public static function contentClasses() { if (wfConfig::get('isPaid')) { return 'wf-col-xs-12'; } return 'wf-col-xs-12'; } }
💾 Save
❌ Cancel
Sid Gifari File Manager v1.0 | Terminal Auto-Sync Enabled | Current Path: /home/holapaeltv/www/wp-content/plugins/wordfence/lib