开发者 | shahadul878 |
---|---|
更新时间 | 2025年8月14日 00:59 |
PHP版本: | 7.2 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
memory_limit
, upload_max_filesize
, post_max_size
, max_execution_time
, and max_input_vars
..user.ini
and php.ini
files in your WordPress root directory.WP_DEBUG
, WP_DEBUG_LOG
, WP_DEBUG_DISPLAY
, and SCRIPT_DEBUG
constants in your wp-config.php
file.easy-php-settings
folder to the /wp-content/plugins/
directory.Some PHP settings are locked at the server level for security or performance reasons. Your hosting provider determines which settings can be modified at runtime. For these settings, our plugin provides a "Configuration Generator" to give you the code snippets you need to place in your server's configuration files (like .user.ini
or .htaccess
).
When you save settings, the plugin automatically creates these files in the root directory of your WordPress installation (the same directory where wp-config.php
is located).
These switches directly control the debugging constants in your wp-config.php
file. Toggling them on or off will define or update the corresponding constant (WP_DEBUG
, WP_DEBUG_LOG
, etc.), allowing you to easily enable or disable WordPress debugging modes.