Function Reference: geodir_event_cat_post_count_join

Summary

This function has not been documented yet.

Source File

geodir_event_cat_post_count_join() is located in geodir_event_manager/gdevents_functions.php [Line: 765]

Source Code

function geodir_event_cat_post_count_join($join,$post_type){
	global $plugin_prefix;
	if($post_type == 'gd_event')
	{
		$join .= ", ".$plugin_prefix."event_schedule sch ";
	}
	
	return $join;
}