# elementor/3.35.0-dev3/modules/content-sanitizer/interfaces/sanitizable.php

Elementor Website Builder – more than just a page builder, version 3.35.0-dev3. 11 lines.

- Page: https://pluginprobe.com/plugins/elementor/3.35.0-dev3/code/modules/content-sanitizer/interfaces/sanitizable.php
- Raw: https://pluginprobe.com/plugins/elementor/3.35.0-dev3/raw/modules/content-sanitizer/interfaces/sanitizable.php
- Modified: 2025-03-17T13:28:54+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elementor/3.35.0-dev3/code/modules/content-sanitizer/interfaces/sanitizable.php#L10-L20`.

```php
<?php
namespace Elementor\Modules\ContentSanitizer\Interfaces;

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

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

```
