Filter Reference: geodir_tab_list_title

Summary

Filter the tab list title html.

Parameters

$tab_title
(string) (required) The html for the tab title.

Default: None
$tab_index
(string) (required) The tab index type.

Default: None
$detail_page_tab
(array) (required) The array of values including title text.

Default: None

Change Log

Since: 1.6.1

Used by

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

Source Code

							echo apply_filters( 'geodir_tab_list_title', $tab_title, $tab_index, $detail_page_tab );