llms_clean( string $var )

Sanitize text field


Parameters Parameters

$var

(string) (Required) [raw text field input]


Top ↑

Return Return

(string) [clean string]


Top ↑

Source Source

File: includes/functions/llms-functions-deprecated.php

function llms_clean( $var ) {
	return sanitize_text_field( $var );
}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.