Your IP : 3.145.61.170


Current Path : /home/sudancam/public_html/wp-content/plugins/wordfence/lib/
Upload File :
Current File : /home/sudancam/public_html/wp-content/plugins/wordfence/lib/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';
	}
}