Skip to main content

gf_has_filters()

function gf_has_filters( $filter, $function_to_check=false )

Determines if a callback has been registered for the specified filter.

Since: 2.4.18

Source: gravityforms.php:7334

Parameters

NameTypeDefaultDescription
$filterarrayAn array containing the filter tag and modifiers.
$function_to_checkbool | callablefalseThe optional callback to check for.

Returns

  • bool