__('Directions', '12-step-meeting-list'), 'directions_url' => $meeting->directions, 'formatted_address' => $meeting->formatted_address, 'latitude' => $meeting->latitude, 'location' => get_the_title($meeting->post_parent), 'location_id' => $meeting->post_parent, 'location_url' => get_permalink($meeting->post_parent), 'longitude' => $meeting->longitude, )); $startDate = tsml_format_next_start($meeting); //adding custom body classes add_filter('body_class', 'tsml_body_class'); function tsml_body_class($classes) { $classes[] = 'tsml tsml-detail tsml-meeting'; return $classes; } get_header(); ?>
type_description, '12-step-meeting-list')?>
notes)) {?>' . sprintf(_n('%d other meeting at this location', '%d other meetings at this location', $other_meetings, '12-step-meeting-list'), $other_meetings) . '
'; } $location_info .= '' . tsml_format_address($meeting->formatted_address) . '
'; if (!empty($meeting->location_notes)) { $location_info .= '' . $meeting->region . '
'; } $location_info .= 'Venmo: venmo?>