/
home
/
r
/
e
/
k
/
rekodeb
/
webrodez
/
wp-content
/
plugins
/
elementor
/
modules
/
content-sanitizer
/
interfaces
/
Upload File
HOME
<?php namespace Elementor\Modules\ContentSanitizer\Interfaces; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } interface Sanitizable { public function sanitize( $content ); }