llms_clean( string $var )
Sanitize text field
Parameters Parameters
- $var
-
(string) (Required) [raw text field input]
Return Return
(string) [clean string]
Source Source
File: includes/functions/llms-functions-deprecated.php
function llms_clean( $var ) { return sanitize_text_field( $var ); }
Expand full source code Collapse full source code View on GitHub