Files
__inwestprofil.pagedev.pl/wp-content/plugins/elementor/modules/content-sanitizer/interfaces/sanitizable.php
Roman Pyrih 296b13244b first commit
2025-07-11 12:34:24 +02:00

11 lines
201 B
PHP

<?php
namespace Elementor\Modules\ContentSanitizer\Interfaces;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
interface Sanitizable {
public function sanitize( $content );
}