Filter Reference: geodir_modify_.$detail_page_tab[tab_content]._tab_content

Summary

Filter the current tab content.

Change Log

Since: 1.0.0

Used by

geodirectory-functions/custom_functions.php: geodir_show_detail_page_tabs() [Line: 1783]

Source Code

					$arr_detail_page_tabs[ $tab_index ]['tab_content'] = apply_filters( "geodir_modify_" . $detail_page_tab['tab_content'] . "_tab_content", ob_get_clean() );