Current path: home/webdevt/www/demo2-old/wp-content/plugins/elementor/modules/content-sanitizer/interfaces/
?? Go up: /home/webdevt/www/demo2-old/wp-content/plugins/elementor/modules/content-sanitizer
<?php
namespace Elementor\Modules\ContentSanitizer\Interfaces;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
interface Sanitizable {
public function sanitize( $content );
}