Escapes html.
<?php
use function Qubus\Security\Helpers\esc_html;
esc_html(string $string): string;
$string (string) (required) Html element to escape.
(string) Escaped HTML output.
Last Updated on August 14, 2024 by Joshua
Escapes html.
<?php
use function Qubus\Security\Helpers\esc_html;
esc_html(string $string): string;
$string (string) (required) Html element to escape.
(string) Escaped HTML output.
Last Updated on August 14, 2024 by Joshua