wpsnoop: fix SMS Gateway plugin conflicts, errors & issues

When the plugin SMS Gateway conflicts or throws a PHP error we hope wpsnoop can help you to fix the issue quickly.


Discover which shortcodes wp-options PHP functions database tables and files are created by SMS Gateway, plus learn which plugins and/or themes could be in conflict with SMS Gateway.


Troubleshooting theme and plugin conflicts is easier when you know what SMS Gateway leaves behind after uninstalling it from a WordPress installation, there is a list down below for your convenience.

Expert advice is recommended if you are not technically proficient with PHP, MySQL etc. View support options for SMS Gateway

Get professional support for SMS Gateway here

When you need professional help with WordPress: get help here


What does SMS Gateway version 1.0 add to WordPress? Answers Here.

This is an automatically generated report - it is possible for SMS Gateway to perform differently in your installation, previous versions before 1.0 may have created a different set of shortcodes, used different function names or could have created entirely different database tables to store settings and operate. This is not an exhaustive list but shows how version 1.0 of SMS Gateway behaves when installed and removed on a clean installation of WordPress.

We have not tested individual shortcodes, features or settings of this plugin but instead have concentrated on the potential for obvious errors and conflicts which can occur, if you need help with the plugin in your local installation you can get WordPress help and support for SMS Gateway by clicking here.

Our testing covered the free version of this plugin there may or may not be a paid version or premium version available for purchase that unlocks additional features and could behave in a slightly or very different manner.

Which new files does SMS Gateway add to WordPress?

This section will populate with a table showing an icon, size and filepath.

Type & Path Size Conflicts
wp-content/plugins/sms-gateway/ 1.06MB No known conflicts with other themes or plugins.
wp-content/plugins/sms-gateway/includes/ 12.41kB No known conflicts with other themes or plugins.
wp-content/plugins/sms-gateway/includes/css/ 1.67kB No known conflicts with other themes or plugins.
wp-content/plugins/sms-gateway/includes/css/style.css 1.67kB No known conflicts with other themes or plugins.
wp-content/plugins/sms-gateway/includes/js/ 10.74kB No known conflicts with other themes or plugins.
wp-content/plugins/sms-gateway/includes/js/ajax.js 2.18kB No known conflicts with other themes or plugins.
wp-content/plugins/sms-gateway/includes/js/form.js 2.33kB No known conflicts with other themes or plugins.
wp-content/plugins/sms-gateway/includes/js/sort.js 6.22kB No known conflicts with other themes or plugins.
wp-content/plugins/sms-gateway/languages/ 1.00MB No known conflicts with other themes or plugins.
wp-content/plugins/sms-gateway/languages/sms_gateway-ru_RU.mo 447.51kB No known conflicts with other themes or plugins.
wp-content/plugins/sms-gateway/languages/sms_gateway-ru_RU.po 580.79kB No known conflicts with other themes or plugins.
wp-content/plugins/sms-gateway/readme.txt 4.14kB No known conflicts with other themes or plugins.
wp-content/plugins/sms-gateway/sms_gateway.php 20.25kB No known conflicts with other themes or plugins.
wp-content/plugins/sms-gateway/templates/ 15.95kB No known conflicts with other themes or plugins.
wp-content/plugins/sms-gateway/templates/options_general.php 3.82kB No known conflicts with other themes or plugins.
wp-content/plugins/sms-gateway/templates/options_notifications.php 4.36kB No known conflicts with other themes or plugins.
wp-content/plugins/sms-gateway/templates/options_send_sms.php 3.49kB No known conflicts with other themes or plugins.
wp-content/plugins/sms-gateway/templates/options_sent_msgs.php 4.28kB No known conflicts with other themes or plugins.
wp-content/plugins/sms-gateway/uninstall.php 574.00B No known conflicts with other themes or plugins.

Which new shortcodes does SMS Gateway add to WordPress?

Which new database tables are created by the WordPress plugin SMS Gateway?

Which new options are added to the wp-options table by SMS Gateway?

Option Name   Known Conflicts
sms_sender_api_key The sms_sender_api_key option doesn't have any known conflicts with other themes or plugins.
sms_sender_capabilities The sms_sender_capabilities option doesn't have any known conflicts with other themes or plugins.
sms_sender_test The sms_sender_test option doesn't have any known conflicts with other themes or plugins.

During use SMS Gateway may or may not create more options depending on how the plugin is configured and depending on which other themes and plugins are active in your specific hosting environment.

What new PHP functions does SMS Gateway declare when it is active?

Function   Conflicts Common Errors
plugin_settings_link 53 conflicts Fatal error: Cannot redeclare plugin_settings_link()
sms_sender_action_javascript 0 conflicts Fatal error: Cannot redeclare sms_sender_action_javascript()
sms_sender_add_actions 0 conflicts Fatal error: Cannot redeclare sms_sender_add_actions()
sms_sender_add_errors 0 conflicts Fatal error: Cannot redeclare sms_sender_add_errors()
sms_sender_add_option_page 0 conflicts Fatal error: Cannot redeclare sms_sender_add_option_page()
sms_sender_add_sent_msg 0 conflicts Fatal error: Cannot redeclare sms_sender_add_sent_msg()
sms_sender_check_api_key 0 conflicts Fatal error: Cannot redeclare sms_sender_check_api_key()
sms_sender_edit_msg 0 conflicts Fatal error: Cannot redeclare sms_sender_edit_msg()
sms_sender_form_send 0 conflicts Fatal error: Cannot redeclare sms_sender_form_send()
sms_sender_general_options 0 conflicts Fatal error: Cannot redeclare sms_sender_general_options()
sms_sender_get_statuses 0 conflicts Fatal error: Cannot redeclare sms_sender_get_statuses()
sms_sender_get_text_status 0 conflicts Fatal error: Cannot redeclare sms_sender_get_text_status()
sms_sender_install 0 conflicts Fatal error: Cannot redeclare sms_sender_install()
sms_sender_load_lang 0 conflicts Fatal error: Cannot redeclare sms_sender_load_lang()
sms_sender_new_order 0 conflicts Fatal error: Cannot redeclare sms_sender_new_order()
sms_sender_notifications 0 conflicts Fatal error: Cannot redeclare sms_sender_notifications()
sms_sender_option_page 0 conflicts Fatal error: Cannot redeclare sms_sender_option_page()
sms_sender_send_msg 0 conflicts Fatal error: Cannot redeclare sms_sender_send_msg()
sms_sender_sent_messages 0 conflicts Fatal error: Cannot redeclare sms_sender_sent_messages()
sms_sender_status_changed 0 conflicts Fatal error: Cannot redeclare sms_sender_status_changed()

Using SMS Gateway from the command line with WP-CLI

The following commands are provided for convenience and should only be used if you understand how WP-CLI works. These commands refer to a single WordPress instance and may need to be modified if you are working with a Multisite installation.


How to install SMS Gateway from the command line with WP-CLI

Navigate to the root of your WordPress installation and type the following command:

wp plugin install sms-gateway


How to activate SMS Gateway from the command line with WP-CLI

To immediately activate SMS Gateway after WP-CLI downloads the latest version you can use the following command:

wp plugin install sms-gateway --activate


How to reinstall SMS Gateway from the command line with WP-CLI

To force a reinstallation of SMS Gateway which overwrites the current plugin without asking for confirmation you can use the following command:

wp plugin install sms-gateway --force


How to update SMS Gateway to the latest version from the command line with WP-CLI

wp plugin update sms-gateway


How to delete SMS Gateway from the command line with WP-CLI

wp plugin delete sms-gateway

Where can you download earlier versions of SMS Gateway?

Whenever possible you should use the latest version of plugins and themes, however if you have recently updated and discovered that you need to install an earlier version you may be able to download other versions of SMS Gateway from the WordPress repository by visiting this link.

Please note that installing earlier versions of a theme or plugin is not generally a recommended course of action for most users and could re-introduce security, stability or other issues in SMS Gateway

About our testing enviroment

Tests were conducted using Apache 2.4.29, PHP 7.2 on Ubuntu 18.04, MySQL 5.7.33 and WordPress 5.9

It is very possible that different versions of PHP such as PHP 8.0, PHP 7.4, or PHP 7.3 could behave differently with SMS Gateway. Different versions of WordPress could implement the features of this plugin in slightly different ways as well.