12 Step Meeting List
by AA Web Servant 5 (28 reviews)

12 Step Meeting List

This plugin helps twelve step recovery programs list their meetings. It standardizes addresses, and displays results in a searchable list and map.

12 Step Meeting List ranks #7,151 among WordPress.org plugins with 900+ active installations, is #255 of 2,888 in the Discussion & Community category, a 5/5 rating from 28 reviews, and was last updated Sep 14, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 7 (Current: 7.1.1)
v3.19.19 Current Version v3.19.19
Updated 4 days ago Last Update on 14 Sep, 2026
Refreshed 14 hours ago Last Refreshed on
#255 of 2,888 in Discussion & Community Top 10% by installs Downloads +386% this week Actively maintained
View on WordPress.org
Rank
#7,151
No change
Active Installs
900+
-6.2%
KW Avg Position
N/A
No change
Downloads
124.6K
+43 today
Support Resolved
0%
No change
Rating
100%
Review 5 out of 5
5 (28 reviews)

Next Milestone 1K

Total Progress 75%
900+ 1K+
147
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 25 more installs to reach 1K+

Rank Changes

7,145 7,158 7,170 7,182 7,195 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026
7,140 7,164 7,188 7,212 7,236 04-09-2026 05-09-2026 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026
Current #7,151
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 100 200 300 400 500 600 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026
0 100 200 300 400 500 600 04-09-2026 05-09-2026 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

5.0
28 reviews
Overall 100%
5
28 (100%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Security History

Source: WPVulnerability

9 known vulnerabilities on record · 6 in the last 24 months · checked 1 month ago

  1. 12 Step Meeting List [12-step-meeting-list] < 3.19.10

    CVE-2026-39569 · Fixed in v3.19.10

  2. 12 Step Meeting List [12-step-meeting-list] < 3.19.10

    CVE-2026-39570 · Fixed in v3.19.10

  3. 12 Step Meeting List [12-step-meeting-list] < 3.18.4

    CVE-2025-54054 · Fixed in v3.18.4

  4. 12 Step Meeting List [12-step-meeting-list] < 3.16.6

    CVE-2025-24582 · Fixed in v3.16.6

  5. 12 Step Meeting List [12-step-meeting-list] < 3.16.6

    CVE-2025-24580 · Fixed in v3.16.6

  6. 12 Step Meeting List [12-step-meeting-list] < 3.16.6

    CVE-2025-24583 · Fixed in v3.16.6

  7. 12 Step Meeting List [12-step-meeting-list] < 3.14.34

    CVE-2024-35693 · Fixed in v3.14.34

  8. 12 Step Meeting List [12-step-meeting-list] < 3.14.29

    CVE-2024-22296 · Fixed in v3.14.29

  9. 12 Step Meeting List [12-step-meeting-list] < 3.14.25

    CVE-2023-46641 · Fixed in v3.14.25

TL;DR

AI summary of the plugin's readme

This plugin is for twelve step recovery programs, including Alcoholics Anonymous service entities, that need to list their meetings online. It standardizes meeting addresses and displays them in a searchable list and map, and enables listing in the Meeting Guide mobile app.

  • Searchable meeting list
  • Map display of meetings
  • Address standardization
  • Meeting Guide app integration
  • iOS and Android support
  • Meeting Notes field
  • Location name field

Frequently Asked Questions

Common questions about 12 Step Meeting List

It depends on your Permalinks setup. The easiest way to find the link is to go to the Dashboard > Meetings > Import & Export page and look for it under "Where's My Info?" I need to correct a meeting address or change a pin's location We get our geocoding positions from Google. Google is correct an amazing amount of the time, but not always. If you need to add a custom location, add this to your theme's functions.php. Note you can add multiple entries to the array below. if (function_exists('tsml_custom_addresses')) { tsml_custom_addresses(array( '5 Avenue Anatole France, 75007 Paris, France' => array( 'formatted_address' => '5 Avenue Anatole France, 75007 Paris, France', 'city' => 'Paris', 'latitude' => 48.858372, 'longitude' => 2.294481, 'approximate' => 'no', ), )); }
Yes, you can add, update, or remove these descriptions. Adapt this example as needed and add it to your theme's functions.php. Using an empty string '' will unset the type. if (function_exists('tsml_custom_descriptions')) { tsml_custom_descriptions([ 'C' => 'Special closed type description', 'O' => '', //this type has been removed ]); }
You can customize the map tiles by adding code like this to your theme's functions.php. (In this example, you'd need to get a Mapbox API key at Mapbox.com. More providers are here: https://leaflet-extras.github.io/leaflet-providers/preview/) $tsml_map = [ 'tiles' => [ 'url' => 'https://api.mapbox.com/styles/v1/mapbox/streets-v11/tiles/{z}/{x}/{y}?access_token=pk.your.mapbox.api.key', 'attribution' => 'Map data &copy; <a href="https://www.openstreetmap.org/">OpenStreetMap</a>, Imagery © <a href="https://www.mapbox.com/">Mapbox</a>', ] ];
Add this CSS to your theme: div#tsml #meetings .controls ul.dropdown-menu div.expand { display: none; } div#tsml #meetings .controls ul.dropdown-menu ul.children { height: auto; }
The easiest way is to link to that view straight from your navigation. Usually that looks like /meetings/?tsml-day=any, but it can vary depending on your settings. If you'd prefer to keep the default address, you could add this code to your theme's functions.php instead: $tsml_defaults['day'] = null;
Add this to your theme's functions.php. The value should be an existing value, ie 1, 5, 10, 25 or 50. $tsml_defaults['distance'] = 25;
Add this to your theme's functions.php. $tsml_street_only = false;
Add a URL to your theme's functions.php. $tsml_feedback_url = '/feedback'; You can add variables to the URL that can be picked up by a form plugin: $tsml_feedback_url = '/feedback?slug={{slug}}&id={{id}}&name={{name}}&day={{day}}&time={{time}}&end_time={{end_time}}&types={{types}}&notes={{notes}}&conference_url={{conference_url}}&conference_url_notes={{conference_url_notes}}&conference_phone={{conference_phone}}&conference_phone_notes={{conference_phone_notes}}&location={{location}}&formatted_address={{formatted_address}}&region={{region}}&location_notes={{location_notes}}&group={{group}}&group_notes={{group_notes}}&district={{district}}&website={{website}}&email={{email}}&phone={{phone}}&venmo={{venmo}}&square={{square}}&paypal={{paypal}}&data_source_name={{data_source_name}}'; Feel free to adjust as necessary. This can also be a new email URL, such as: $tsml_feedback_url = "mailto:office@domain.com?subject={{slug}}";
Add this to your theme's functions.php. Feel free to change the order or column names (eg 'Region') but keep the keys the same (eg 'region'). $tsml_columns = array( 'region' => 'Region', 'time' => 'Time', 'distance' => 'Distance', 'name' => 'Name', 'location_group' => 'Location / Group', 'address' => 'Address', 'types' => 'Types' );
Add this to your theme's functions.php. $tsml_columns = array( 'region' => 'Region', 'time' => 'Time', 'distance' => 'Distance', 'name' => 'Name', 'location' => 'Location', 'address' => 'Address', 'types' => 'Types' );

Sign In / Register

You need to sign in or register to use this feature.