WP_DEBUG_LOG values
-
Really like your plugin. Noticed a minor bug, which is as follows.
In the plugin, where the WP_DEBUG_LOG constant is processed it says:
return defined('WP_DEBUG_LOG') && WP_DEBUG_LOG ? esc_html__('Enabled', 'dashboard-widgets-suite') : esc_html__('Disabled', 'dashboard-widgets-suite');
This does not take into account the fact that WP_DEBUG_LOG might be a filename.
See here for the explanation:
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘WP_DEBUG_LOG values’ is closed to new replies.