????

Your IP : 216.73.216.173


Current Path : /home/tplkfrt/www/wp-content/plugins/elementor/modules/content-sanitizer/interfaces/
Upload File :
Current File : /home/tplkfrt/www/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 );
}