wpsnoop: fix Quran Gateway plugin conflicts, errors & issues

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


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

Get professional support for Quran Gateway here

When you need professional help with WordPress: get help here


What does Quran Gateway version 1.3 add to WordPress? Answers Here.

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

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

Type & Path Size Conflicts
wp-content/plugins/quran-gateway/ 5.32MB No known conflicts with other themes or plugins.
wp-content/plugins/quran-gateway/admin.php 31.57kB No known conflicts with other themes or plugins.
wp-content/plugins/quran-gateway/files/ 4.48MB No known conflicts with other themes or plugins.
wp-content/plugins/quran-gateway/files/ayat.php 1.39MB No known conflicts with other themes or plugins.
wp-content/plugins/quran-gateway/files/English_Sahih_International.php 0.99MB No known conflicts with other themes or plugins.
wp-content/plugins/quran-gateway/files/French.php 1.05MB No known conflicts with other themes or plugins.
wp-content/plugins/quran-gateway/files/German.php 1.05MB No known conflicts with other themes or plugins.
wp-content/plugins/quran-gateway/files/index.php No known conflicts with other themes or plugins.
wp-content/plugins/quran-gateway/fonts/ 168.93kB No known conflicts with other themes or plugins.
wp-content/plugins/quran-gateway/fonts/UthmanTN1_Ver10/ 168.93kB No known conflicts with other themes or plugins.
wp-content/plugins/quran-gateway/fonts/UthmanTN1_Ver10/UthmanTN1_Ver10.otf 168.93kB No known conflicts with other themes or plugins.
wp-content/plugins/quran-gateway/i/ 2.15kB No known conflicts with other themes or plugins.
wp-content/plugins/quran-gateway/i/listen_ar.png 352.00B No known conflicts with other themes or plugins.
wp-content/plugins/quran-gateway/i/listen.png 1.10kB No known conflicts with other themes or plugins.
wp-content/plugins/quran-gateway/i/quran_gateway.png 715.00B No known conflicts with other themes or plugins.
wp-content/plugins/quran-gateway/index.php 27.00B No known conflicts with other themes or plugins.
wp-content/plugins/quran-gateway/readme.txt 1.93kB No known conflicts with other themes or plugins.
wp-content/plugins/quran-gateway/screenshot-1.png 76.68kB No known conflicts with other themes or plugins.
wp-content/plugins/quran-gateway/screenshot-2.png 421.73kB No known conflicts with other themes or plugins.
wp-content/plugins/quran-gateway/screenshot-3.png 22.72kB No known conflicts with other themes or plugins.
wp-content/plugins/quran-gateway/screenshot-4.png 35.46kB No known conflicts with other themes or plugins.
wp-content/plugins/quran-gateway/screenshot-5.png 52.13kB No known conflicts with other themes or plugins.
wp-content/plugins/quran-gateway/screenshot-6.png 23.61kB No known conflicts with other themes or plugins.
wp-content/plugins/quran-gateway/setting.php 15.10kB No known conflicts with other themes or plugins.
wp-content/plugins/quran-gateway/style.css 3.24kB No known conflicts with other themes or plugins.

Which new shortcodes does Quran Gateway add to WordPress?

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

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

Option Name   Known Conflicts
quran_gateway_allow_by_sora The quran_gateway_allow_by_sora option doesn't have any known conflicts with other themes or plugins.
quran_gateway_background_color The quran_gateway_background_color option doesn't have any known conflicts with other themes or plugins.
quran_gateway_border The quran_gateway_border option doesn't have any known conflicts with other themes or plugins.
quran_gateway_border_color The quran_gateway_border_color option doesn't have any known conflicts with other themes or plugins.
quran_gateway_by_sora The quran_gateway_by_sora option doesn't have any known conflicts with other themes or plugins.
quran_gateway_hidden_file_download The quran_gateway_hidden_file_download option doesn't have any known conflicts with other themes or plugins.
quran_gateway_hidden_player The quran_gateway_hidden_player option doesn't have any known conflicts with other themes or plugins.
quran_gateway_hidden_text_ar The quran_gateway_hidden_text_ar option doesn't have any known conflicts with other themes or plugins.
quran_gateway_hidden_text_en The quran_gateway_hidden_text_en option doesn't have any known conflicts with other themes or plugins.
quran_gateway_id The quran_gateway_id option doesn't have any known conflicts with other themes or plugins.
quran_gateway_margin The quran_gateway_margin option doesn't have any known conflicts with other themes or plugins.
quran_gateway_margin_between The quran_gateway_margin_between option doesn't have any known conflicts with other themes or plugins.
quran_gateway_padding The quran_gateway_padding option doesn't have any known conflicts with other themes or plugins.
quran_gateway_view The quran_gateway_view option doesn't have any known conflicts with other themes or plugins.
widget_quran_gateway_widget The widget_quran_gateway_widget option doesn't have any known conflicts with other themes or plugins.

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

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

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

wp plugin install quran-gateway


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

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

wp plugin install quran-gateway --activate


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

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

wp plugin install quran-gateway --force


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

wp plugin update quran-gateway


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

wp plugin delete quran-gateway

Where can you download earlier versions of Quran 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 Quran 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 Quran 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 Quran Gateway. Different versions of WordPress could implement the features of this plugin in slightly different ways as well.