Function Reference: geodir_event_calenders_script

Summary

This function has not been documented yet.

Source File

geodir_event_calenders_script() is located in geodir_event_manager/gdevents_hooks_actions.php [Line: 86]

Source Code

function geodir_event_calenders_script(){
	
	wp_register_script( 'geodir-event-calender', geodir_event_plugin_url().'/gdevents-assets/js/event_custom.min.js');
	wp_enqueue_script( 'geodir-event-calender');
	
}