# elementor/3.24.0-dev2/modules/content-sanitizer/interfaces/sanitizable.php

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

- Page: https://pluginprobe.com/plugins/elementor/3.24.0-dev2/code/modules/content-sanitizer/interfaces/sanitizable.php
- Raw: https://pluginprobe.com/plugins/elementor/3.24.0-dev2/raw/modules/content-sanitizer/interfaces/sanitizable.php
- Modified: 2024-04-24T12:02:32+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.24.0-dev2/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 );
}

```
