Filter Reference: geodir_custom_field_output_email_loc_{$location}

Summary

Filter the email html by location.

Parameters

$html
(string) (required) The html to filter.

Default: None
$cf
(array) (required) The custom field array.

Default: None

Change Log

Since: 1.6.6

Used by

geodirectory-functions/custom_fields_output_functions.php: geodir_cf_email() [Line: 1085]

Source Code

        $html = apply_filters("geodir_custom_field_output_email_loc_{$location}",$html,$cf);