Function Reference: geodir_advance_search_available_fields_head

Summary

This function has not been documented yet.

Source File

geodir_advance_search_available_fields_head() is located in geodir_advance_search_filters/geodirectory_advance_search_hooks_actions.php [Line: 113]

Source Code

function geodir_advance_search_available_fields_head($heading , $sub_tab , $listing_type)
{
	switch($sub_tab)
	{
		case 'advance_search':
			$heading =	sprintf( __('Available advance search option for %s listing and search results.' , GEODIRECTORY_TEXTDOMAIN),  get_post_type_singular_label($listing_type));;
		break;
	}
	return $heading;
}