File "sanitizable.php"
Full path: /home/sbkuplnl/public_html/wp-content/plugins/elementor/modules/content-sanitizer/interfaces/sanitizable.php
File
size: 0.2 KB (201 B bytes)
MIME-type: text/x-php; charset=us-ascii
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
namespace Elementor\Modules\ContentSanitizer\Interfaces;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
interface Sanitizable {
public function sanitize( $content );
}