Sid Gifari From Gifari Industries - BD Cyber Security Team
Home
/
home
/
drleilu
/
www
/
wp-content
/
plugins
/
elementor
/
modules
/
content-sanitizer
/
interfaces
/
✏️
Editing: sanitizable.php
<?php namespace Elementor\Modules\ContentSanitizer\Interfaces; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } interface Sanitizable { public function sanitize( $content ); }
💾 Save
❌ Cancel