Skip to main content

rgblank()

function rgblank( $text )

Checks if the string is empty

Since: Unknown

Source: gravityforms.php:7171

Parameters

NameTypeDefaultDescription
$textstringThe string to check.

Returns

  • bool — True if empty. False otherwise.