=== View Defined Constants === Contributors: littlebizzy Tags: view, defined, constants, php, core, extensions, user, wp-config, functions Requires at least: 4.4 Tested up to: 4.8 Requires PHP: 7.0 Stable tag: 1.0.0 License: GPL3 License URI: http://www.gnu.org/licenses/gpl-3.0.html Displays all defined constants found by PHP (and WordPress) using a simple print method that can be easily accessed under the Tools menu in WP Admin. == Description == Displays all defined constants found by PHP (and WordPress) using a simple print method that can be easily accessed under the Tools menu in WP Admin. #### Compatibility #### This plugin has been designed for use on LEMP (Nginx) web servers with PHP 7.0+ and MySQL 5.7+ to achieve best performance. All of our plugins are meant for single site WordPress installs only; for performance and security reasons, we highly recommend against using WordPress Multi-Site for the vast majority of projects. #### Plugin Features #### * Settings Page: Yes * Defined Constants: No * Upgrade Available: No * Includes Media: No * Includes CSS: Inline, WP Admin only * Database Storage: No * Transients: No * Options: No * Must-Use Support: Yes * Multi-site Support: No * Uninstalls Data: N/A #### Localization #### * English (US) #### Code Inspiration #### This plugin was partially inspired either in "code or concept" by the open-source software and discussions mentioned below: * [WordPress Codex](https://codex.wordpress.org/Editing_wp-config.php#View_All_Defined_Constants) #### Recommended Plugins #### We invite you to check out a few other related free plugins that our team has also produced that you may find especially useful: * [Server Status](https://wordpress.org/plugins/server-status-littlebizzy/) * [Virtual Robots.txt](https://wordpress.org/plugins/virtual-robotstxt-littlebizzy/) * [Export Database](https://wordpress.org/plugins/export-database-littlebizzy/) #### Special Thanks #### We thank the following groups for their generous contributions to the WordPress community which have particularly benefited us in developing our own free plugins and paid services: * [Automattic](https://automattic.com) * [Delicious Brains](https://deliciousbrains.com) * [Roots](https://roots.io) * [rtCamp](https://rtcamp.com) * [WP Tavern](https://wptavern.com) #### Disclaimer #### *We released this plugin in response to our managed hosting clients asking for better access to their server environment, and our primary goal will remain supporting that purpose. Although we are 100% open to fielding requests from the WordPress community, we kindly ask that you consider the above mentioned goals before leaving reviews of this plugin, thanks!* == Installation == 1. Upload to `/wp-content/plugins/` 2. Activate the plugin through the Plugins screen 3. Use the defined constant in `wp-config.php` to customize if required == Frequently Asked Questions == = How can I change this plugin's settings? = Currently there is no settings page, but under Tools menu you can view the defined constants. = I have a suggestion, how can I let you know? = Please avoid leaving negative reviews in order to get a feature implemented. Instead, we kindly ask that you post your feedback on the wordpress.org support forums by tagging this plugin in your post. If needed, you may also contact our homepage. == Changelog == = 1.0.0 = * initial release