first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace Elementor\Modules\ContentSanitizer\Interfaces;
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit; // Exit if accessed directly
|
||||
}
|
||||
|
||||
interface Sanitizable {
|
||||
public function sanitize( $content );
|
||||
}
|
||||
Reference in New Issue
Block a user