/**
 * Return Charitable_Locations helper class.
 *
 * @return 	Charitable_Locations
 * @since 	1.0.0
 */
function charitable_get_location_helper()
{
    return Charitable_Locations::get_instance();
}