Filter Reference: geodir_custom_field_output_{$filed_type}

Summary

Filter the output for custom fields.

Description

Here we can remove or add new functions depending on the field type.

Parameters

$html
(string) (required) The html to be filtered (blank).

Default: None
$fields_location
(string) (required) The location the field is to be show.

Default: None
$type
(array) (required) The array of field values.

Default: None

Used by

geodirectory_hooks_actions.php: geodir_detail_page_custom_field_tab() [Line: 2522]

Source Code

                    $html = apply_filters("geodir_custom_field_output_{$filed_type}",$html,$fields_location,$type);