Action Reference: geodir_before_.$tab_index._tab_content

Summary

Called before the details tab content is output per tab.

Description

Uses dynamic hook name: geodir_before_$tab_index_tab_content

Change Log

Since: 1.0.0

Todo

do we need this if we have the hook above? ‘geodir_before_tab_content’

Used by

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

Source Code

						do_action( 'geodir_before_' . $tab_index . '_tab_content' );