zZzzZ.
home2
/
zrzvbdry
/
public_html
/
wp-content
/
plugins
/
elementor
/
modules
/
content-sanitizer
/
interfaces
New Folder
Editing: sanitizable.php
Save
Cancel
<?php namespace Elementor\Modules\ContentSanitizer\Interfaces; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } interface Sanitizable { public function sanitize( $content ); }