Astra_Customizer_Sanitizes::sanitize_html( string $input )
Sanitize html
Description
Parameters
- $input
-
(string) (Required) setting input.
Return
(mixed) setting input value.
Source
File: inc/customizer/class-astra-customizer-sanitizes.php
public static function sanitize_html( $input ) { return wp_kses_post( $input ); }
Expand full source code Collapse full source code View on Trac