Sindbad~EG File Manager

Current Path : /var/www/html/cilaagricola.sumar.com.py/wp-content/plugins/peepso/classes/
Upload File :
Current File : /var/www/html/cilaagricola.sumar.com.py/wp-content/plugins/peepso/classes/security.php

<?php

class PeepSoSecurity
{
	/*
	 * Strips invalid/unsafe HTML from content
	 * @param string $content The content to sanitize
	 * @return string The $content string, with invalid HTML removed.
	 */
	public static function strip_content($content)
	{
		if (function_exists('wp_kses_allowed_html')) {
			$html = wp_kses_allowed_html('post');
		} else {
			global $allowedposttags;
			$html = $allowedposttags;
		}
		$content = wp_kses($content, $html);
		return ($content);
	}
}

// EOF

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists