• File: sanitizable.php
  • Full Path: /home/bravrvjk/hpgt.org/wp-content/plugins/elementor/modules/content-sanitizer/interfaces/sanitizable.php
  • Date Modified: 03/17/2025 5:28 PM
  • File size: 201 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
namespace Elementor\Modules\ContentSanitizer\Interfaces;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

interface Sanitizable {
	public function sanitize( $content );
}