Changeset 3021548
- Timestamp:
- 01/14/2024 02:01:04 PM (2 years ago)
- Location:
- enable-wp-debug-toggle/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
wp-debug-toggle.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
enable-wp-debug-toggle/trunk/README.txt
r2863978 r3021548 3 3 Tags: WP_DEBUG, debug, error_log, enable wp debug, disable wpdebug 4 4 Requires at least: 4.0 5 Tested up to: 6. 15 Tested up to: 6.4.2 6 6 Requires PHP: 5.4 7 7 Stable tag: 1.1 8 Donate link: https://plugins.club/ wordpress/wp_debug-toggle/8 Donate link: https://plugins.club/ 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
enable-wp-debug-toggle/trunk/wp-debug-toggle.php
r2861735 r3021548 2 2 /* 3 3 * Plugin Name: WP_DEBUG Toggle 4 * Plugin URI: https://plugins.club/ wordpress/wp_debug-toggle/4 * Plugin URI: https://plugins.club/free-wordpress-plugins/ 5 5 * Description: 🔴Enable / 🟢Disable WP_DEBUG from admin and update wp-config.php file. 6 6 * Version: 1.1 7 7 * Author: plugins.club 8 8 * Author URI: https://plugins.club/ 9 * License: GPL-2.0+ 10 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt 11 * Requires at least: 5.0 12 * Tested up to: 6.4.2 9 13 */ 10 14
Note: See TracChangeset
for help on using the changeset viewer.