SendSMS Subscribers & 2FA
by sendsms 0 (0 reviews)

SendSMS Subscribers & 2FA

Manage SMS subscribers, run campaigns, and protect wp-admin with SMS 2FA — all through the sendsms.ro gateway.

SendSMS Subscribers & 2FA ranks #65,659 among WordPress.org plugins with 0+ active installations, is #2,665 of 3,397 in the Communication category, and was last updated Aug 14, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Compatible with WP 7.1.2
v2.0.6 Current Version v2.0.6
Updated 1 month ago Last Update on 14 Aug, 2026
Refreshed 6 hours ago Last Refreshed on
#2,665 of 3,397 in Communication
View on WordPress.org
Rank
#65,659
No change
Active Installs
0+
-100%
KW Avg Position
81
16.5 worse
Downloads
341
+1 today
Support Resolved
0%
No change
Rating
0%
Review 0 out of 5
0 (0 reviews)

Next Milestone 10

Total Progress 0%
0+ 10+
45,919
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 10 more installs to reach 10+

Rank Changes

50,055 54,995 59,935 64,875 69,815 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
44,344 50,898 57,452 64,006 70,560 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 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #65,659
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 10 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 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 20-09-2026 21-09-2026 22-09-2026 23-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

0.0
0 reviews
Overall 0%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about SendSMS Subscribers & 2FA

Yes. Sign up for free at https://www.sendsms.ro/en/ and top up your balance. SMS are charged per message; pricing depends on the destination country.
No. The 2FA feature is designed for the default wp-admin login form — the one WordPress ships at /wp-login.php. Custom login plugins or themes that replace the login form are not supported and may behave unpredictably. Always test in a development environment before enabling 2FA on a live site.
PHP 7.4 through PHP 8.3, WordPress 6.0 through 7.1. The plugin is verified on PHP 7.4 and PHP 8.3 against WordPress 7.1.
You have three options, depending on your situation: Edit the user — go to Users → All Users, open the locked-out user's profile, and clear the phone field. The next login will skip 2FA and prompt for a new number. Remove the role from 2FA — in SendSMS Dashboard → Settings → User, deselect the user's role from the 2fa_roles list and save. 2FA will no longer apply to that role. Sole-admin recovery — if the locked-out user is the only admin, use WP-CLI (wp option get sendsms_dashboard_plugin_settings) or direct database access to clear the phone number stored in the plugin settings option, or to remove the role from 2fa_roles.
Yes. The subscriber table, the SMS history table, and the settings option all keep their v1.x names. No data migration is required; upgrading from 1.x to 2.0 is transparent.
Three ways, all produce the same HTML and behaviour: Classic widget — Appearance → Widgets, drag SendSMS Subscription or SendSMS Unsubscribe into a sidebar. Requires a theme that registers widget areas (or the Classic Widgets plugin). Shortcode — drop [sendsms_subscribe] or [sendsms_unsubscribe] into any post, page, or block. See attributes below. Gutenberg block — search for SendSMS Subscribe / SendSMS Unsubscribe in the block inserter (Widgets category). Title and GDPR URL are in the right-hand inspector.
[sendsms_subscribe] — the subscribe form. title (string, optional) — heading rendered above the form. gdpr_link (URL, optional) — privacy-policy URL. When set, the GDPR consent label includes a "privacy policy" link pointing to it. Example: [sendsms_subscribe title="Get SMS updates" gdpr_link="https://www.sendsms.ro/en/gdpr/"] [sendsms_unsubscribe] — the unsubscribe form. title (string, optional) — heading rendered above the form. Example: [sendsms_unsubscribe title="Leave the SMS list"] Both shortcodes are safe to use multiple times on the same page; each form is independent.
The same class names are emitted whether the form is rendered via the widget, the shortcode, or the Gutenberg block — so a single stylesheet covers all three. Use these to style the output from your theme or a custom CSS plugin. .sendsms-dashboard-shortcode — outermost wrapper when rendered via shortcode or block. Adds -subscribe or -unsubscribe as a modifier (.sendsms-dashboard-shortcode-subscribe, .sendsms-dashboard-shortcode-unsubscribe). The classic widget uses the theme's before_widget instead. form.sendsms-dashboard-subscribe, form.sendsms-dashboard-unsubscribe — the form element itself. .sendsms-dashboard-field — wraps every input row (<p> element). Modifier .sendsms-dashboard-gdpr on the GDPR consent row of the subscribe form. .sendsms-dashboard-verify — the hidden block containing the verification code input and "Verify" button. Revealed by JavaScript after the first AJAX response when phone verification is enabled. Use the [hidden] attribute selector if you want to override its initial state. .sendsms-dashboard-feedback — the [role="status"] paragraph used for status messages. Carries data-state="ok" or data-state="error" while a request is in flight. The bundled assets/css/public.css styles every one of these classes; override or replace it from your theme's stylesheet as needed.

Sign In / Register

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