Function Reference: geodir_advance_search_selected_fields_note

Summary

This function has not been documented yet.

Source File

geodir_advance_search_selected_fields_note() is located in geodir_advance_search_filters/geodirectory_advance_search_hooks_actions.php [Line: 153]

Source Code

function geodir_advance_search_selected_fields_note($note , $sub_tab , $listing_type)
{
	switch($sub_tab)
	{
		case 'advance_search':
			$note =	sprintf(__('Click to expand and view field related settings. You may drag and drop to arrange fields order in advance search form on %s listing and search results page.' , GEODIRECTORY_TEXTDOMAIN),  get_post_type_singular_label($listing_type));
		break;
		
	}
	return $note;
}