Function Reference: geodir_add_location_style_sheet

Summary

Adds location manager plugin css.

Package

GeoDirectory_Location_Manager

Change Log

Since: 1.0.0

Source File

geodir_add_location_style_sheet() is located in geodir_location_manager/geodir_location_hooks_actions.php [Line: 530]

Source Code

function geodir_add_location_style_sheet()
{	
	wp_enqueue_style( 'location_manager_css',plugins_url('/css/geodir-location.css',__FILE__)  );
}