Your IP : 3.149.255.189


Current Path : /var/www/wptbox/wp-content/plugins/elementor/modules/content-sanitizer/interfaces/
Upload File :
Current File : /var/www/wptbox/wp-content/plugins/elementor/modules/content-sanitizer/interfaces/sanitizable.php

<?php
namespace Elementor\Modules\ContentSanitizer\Interfaces;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

interface Sanitizable {
	public function sanitize( $content );
}