File "sanitizable.php"

Full Path: /home/rrterraplen/public_html/wp-content-20241221212636/plugins/elementor/modules/content-sanitizer/interfaces/sanitizable.php
File size: 200 bytes
MIME-type: text/x-php
Charset: utf-8

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

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

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