wpsnoop: fix Atomic Engager plugin conflicts, errors & issues

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


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

Get professional support for Atomic Engager here

When you need professional help with WordPress: get help here


What does Atomic Engager version 1.6.50 add to WordPress? Answers Here.

This is an automatically generated report - it is possible for Atomic Engager to perform differently in your installation, previous versions before 1.6.50 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.6.50 of Atomic Engager 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 Atomic Engager 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 Atomic Engager add to WordPress?

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

Type & Path Size Conflicts
wp-content/plugins/atomic-reach-post-analyzer/ 348.08kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/ar_analyzer_admin.php 3.40kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/ar_analyzer.php 14.25kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/custom/ 215.90kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/custom/ar-logo-icon.gif 995.00B No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/custom/ar-logo.gif 2.41kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/custom/arrows.png 243.00B No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/custom/checkbox.png 384.00B No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/custom/marker.png 292.00B No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/custom/meta.css 11.41kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/custom/meta.js 6.06kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/custom/meta.php 29.67kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/custom/metabox-harcoded.php 7.01kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/custom/screenshot-1.png 111.32kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/custom/screenshot-2.png 21.84kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/custom/screenshot-3.png 24.32kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/example.php 260.00B No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/highlightRegex/ 17.45kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/highlightRegex/highlightRegex.js 2.81kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/highlightRegex/highlightRegex.min.js 1.33kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/highlightRegex/index.html 12.13kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/highlightRegex/README.md 1.17kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/includes/ 78.20kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/includes/ARClient.php 5.80kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/includes/ARClientWP.php 2.69kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/includes/ARTracking.php 11.15kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/includes/class.apiClient.php 4.58kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/includes/OAuth.php 26.82kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/includes/OAuth/ 27.15kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/includes/OAuth/ClientOAuth.php 27.15kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/modal/ 13.37kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/modal/css/ 1.58kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/modal/css/modal-windows.css 1.58kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/modal/js/ 11.79kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/modal/js/jquery.simplemodal.js 9.55kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/modal/js/modal.windows.js 2.24kB No known conflicts with other themes or plugins.
wp-content/plugins/atomic-reach-post-analyzer/readme.txt 5.26kB No known conflicts with other themes or plugins.

Which new shortcodes does Atomic Engager add to WordPress?

Which new database tables are created by the WordPress plugin Atomic Engager?

Which new options are added to the wp-options table by Atomic Engager?

What new PHP functions does Atomic Engager declare when it is active?

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

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

wp plugin install atomic-reach-post-analyzer


How to activate Atomic Engager from the command line with WP-CLI

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

wp plugin install atomic-reach-post-analyzer --activate


How to reinstall Atomic Engager from the command line with WP-CLI

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

wp plugin install atomic-reach-post-analyzer --force


How to update Atomic Engager to the latest version from the command line with WP-CLI

wp plugin update atomic-reach-post-analyzer


How to delete Atomic Engager from the command line with WP-CLI

wp plugin delete atomic-reach-post-analyzer

Where can you download earlier versions of Atomic Engager?

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 Atomic Engager 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 Atomic Engager

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