Function Reference: geodir_event_business_setting

Summary

This function has not been documented yet.

Actions

‘geodir_event_business_fields_on_metabox’ [Line: 346]

Source File

geodir_event_business_setting() is located in geodir_event_manager/gdevents-admin/admin_functions.php [Line: 340]

Source Code

function geodir_event_business_setting(){
	
	global $post,$post_id,$post_info;  
	
	wp_nonce_field( plugin_basename( __FILE__ ), 'geodir_event_business_noncename' );
	
	do_action('geodir_event_business_fields_on_metabox');
	
}