wpsnoop: fix Admin SSL plugin conflicts, errors & issues

When the plugin Admin SSL 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 Admin SSL, plus learn which plugins and/or themes could be in conflict with Admin SSL.


Troubleshooting theme and plugin conflicts is easier when you know what Admin SSL 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 Admin SSL

Get professional support for Admin SSL here

When you need professional help with WordPress: get help here


What does Admin SSL version 2.0-b2 add to WordPress? Answers Here.

This is an automatically generated report - it is possible for Admin SSL to perform differently in your installation, previous versions before 2.0-b2 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 2.0-b2 of Admin SSL 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 Admin SSL 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 Admin SSL add to WordPress?

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

Type & Path Size Conflicts
wp-content/plugins/admin-ssl-secure-admin/ 105.45kB No known conflicts with other themes or plugins.
wp-content/plugins/admin-ssl-secure-admin/.htaccess 113.00B No known conflicts with other themes or plugins.
wp-content/plugins/admin-ssl-secure-admin/admin-ssl-reset.php 1.80kB No known conflicts with other themes or plugins.
wp-content/plugins/admin-ssl-secure-admin/admin-ssl-test.php 6.75kB No known conflicts with other themes or plugins.
wp-content/plugins/admin-ssl-secure-admin/admin-ssl.php 5.98kB No known conflicts with other themes or plugins.
wp-content/plugins/admin-ssl-secure-admin/includes/ 23.19kB No known conflicts with other themes or plugins.
wp-content/plugins/admin-ssl-secure-admin/includes/.htaccess 13.00B No known conflicts with other themes or plugins.
wp-content/plugins/admin-ssl-secure-admin/includes/config-page.php 5.34kB No known conflicts with other themes or plugins.
wp-content/plugins/admin-ssl-secure-admin/includes/config.php 3.24kB No known conflicts with other themes or plugins.
wp-content/plugins/admin-ssl-secure-admin/includes/cookies.php 1.77kB No known conflicts with other themes or plugins.
wp-content/plugins/admin-ssl-secure-admin/includes/hooks.php 666.00B No known conflicts with other themes or plugins.
wp-content/plugins/admin-ssl-secure-admin/includes/https.php 9.72kB No known conflicts with other themes or plugins.
wp-content/plugins/admin-ssl-secure-admin/includes/options.php 2.45kB No known conflicts with other themes or plugins.
wp-content/plugins/admin-ssl-secure-admin/readme.txt 1.90kB No known conflicts with other themes or plugins.
wp-content/plugins/admin-ssl-secure-admin/release-notes.txt 3.24kB No known conflicts with other themes or plugins.
wp-content/plugins/admin-ssl-secure-admin/screenshot-1.jpg 29.76kB No known conflicts with other themes or plugins.
wp-content/plugins/admin-ssl-secure-admin/screenshot-2.jpg 32.73kB No known conflicts with other themes or plugins.

Which new shortcodes does Admin SSL add to WordPress?

Which new database tables are created by the WordPress plugin Admin SSL?

Which new options are added to the wp-options table by Admin SSL?

Option Name   Known Conflicts
admin_ssl_additional_urls The admin_ssl_additional_urls option doesn't have any known conflicts with other themes or plugins.
admin_ssl_config_parent The admin_ssl_config_parent option doesn't have any known conflicts with other themes or plugins.
admin_ssl_https_key The admin_ssl_https_key option doesn't have any known conflicts with other themes or plugins.
admin_ssl_https_value The admin_ssl_https_value option doesn't have any known conflicts with other themes or plugins.
admin_ssl_ignore_urls The admin_ssl_ignore_urls option doesn't have any known conflicts with other themes or plugins.
admin_ssl_secure_users_only The admin_ssl_secure_users_only option doesn't have any known conflicts with other themes or plugins.
admin_ssl_use_ssl The admin_ssl_use_ssl option doesn't have any known conflicts with other themes or plugins.

During use Admin SSL 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 Admin SSL declare when it is active?

Function   Conflicts Common Errors
_post 2 conflicts Fatal error: Cannot redeclare _post()
check_admin_referer 1 conflict Fatal error: Cannot redeclare check_admin_referer()
redirect_to 3 conflicts Fatal error: Cannot redeclare redirect_to()
apache_version 0 conflicts Fatal error: Cannot redeclare apache_version()
as_action_links 0 conflicts Fatal error: Cannot redeclare as_action_links()
as_admin_menu 0 conflicts Fatal error: Cannot redeclare as_admin_menu()
as_conf 0 conflicts Fatal error: Cannot redeclare as_conf()
as_ignore_urls 0 conflicts Fatal error: Cannot redeclare as_ignore_urls()
as_init 0 conflicts Fatal error: Cannot redeclare as_init()
as_log 0 conflicts Fatal error: Cannot redeclare as_log()
as_mail 0 conflicts Fatal error: Cannot redeclare as_mail()
as_ob_handler 0 conflicts Fatal error: Cannot redeclare as_ob_handler()
as_option 0 conflicts Fatal error: Cannot redeclare as_option()
as_redirect 0 conflicts Fatal error: Cannot redeclare as_redirect()
as_redirect_check 0 conflicts Fatal error: Cannot redeclare as_redirect_check()
as_secure_cookie 0 conflicts Fatal error: Cannot redeclare as_secure_cookie()
as_secure_uris 0 conflicts Fatal error: Cannot redeclare as_secure_uris()
as_user_can 0 conflicts Fatal error: Cannot redeclare as_user_can()
as_warning 0 conflicts Fatal error: Cannot redeclare as_warning()
content_dir 0 conflicts Fatal error: Cannot redeclare content_dir()
host 0 conflicts Fatal error: Cannot redeclare host()
is_https 0 conflicts Fatal error: Cannot redeclare is_https()
req_uri 0 conflicts Fatal error: Cannot redeclare req_uri()
scheme 0 conflicts Fatal error: Cannot redeclare scheme()

Using Admin SSL 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 Admin SSL from the command line with WP-CLI

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

wp plugin install admin-ssl-secure-admin


How to activate Admin SSL from the command line with WP-CLI

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

wp plugin install admin-ssl-secure-admin --activate


How to reinstall Admin SSL from the command line with WP-CLI

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

wp plugin install admin-ssl-secure-admin --force


How to update Admin SSL to the latest version from the command line with WP-CLI

wp plugin update admin-ssl-secure-admin


How to delete Admin SSL from the command line with WP-CLI

wp plugin delete admin-ssl-secure-admin

Where can you download earlier versions of Admin SSL?

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 Admin SSL 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 Admin SSL

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 Admin SSL. Different versions of WordPress could implement the features of this plugin in slightly different ways as well.