Files
carei.pagedev.pl/wp-content/plugins/elementor/modules/content-sanitizer/interfaces/sanitizable.php
Roman Pyrih 64c4a90405 first commit
2026-03-10 09:50:10 +01: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 );
}