Skip to content
Snippets Groups Projects
default.php 86 B
<?php

$params = $params ?? [];

?>
<?php echo wp_kses_post( $params['content'] ); ?>