• File: sanitizable-20260622213302.php
  • Full Path: /home4/jdaxcom/j3dax.online/wp-content/plugins/elementor/modules/content-sanitizer/interfaces/sanitizable-20260622213302.php
  • Date Modified: 02/18/2026 4:17 AM
  • 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 );
}