Filter Reference: geodir_tab_show_{$html_var}

Summary

Filter custom field output in tab.

Parameters

$html_var
(string) (required) The HTML variable name for the field.

Default: None
$html
(string) (required) Custom field unfiltered HTML.

Default: None
$variables_array
(array) (required) Custom field variables array.

Default: None

Change Log

Since: 1.5.6

Used by

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

Source Code

                    $html = apply_filters("geodir_tab_show_{$html_var}", $html, $variables_array);