Action Reference: geodir_after_.$tab_index._tab_content

Summary

Called after the details tab content is output per tab.

Description

Uses dynamic hook name: geodir_after_$tab_index_tab_content

Change Log

Since: 1.0.0

Todo

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

Used by

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

Source Code

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