Function Reference: geodir_event_plugin_path

Summary

This function has not been documented yet.

Source File

geodir_event_plugin_path() is located in geodir_event_manager/gdevents_functions.php [Line: 19]

Source Code

function geodir_event_plugin_path() {
	return WP_PLUGIN_DIR . "/" . plugin_basename( dirname(__FILE__)); 
}