Plugin Directory

Changeset 3021548


Ignore:
Timestamp:
01/14/2024 02:01:04 PM (2 years ago)
Author:
pluginsclub
Message:

tested and compatible with wp 6.4.2

Location:
enable-wp-debug-toggle/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • enable-wp-debug-toggle/trunk/README.txt

    r2863978 r3021548  
    33Tags: WP_DEBUG, debug, error_log, enable wp debug, disable wpdebug
    44Requires at least: 4.0
    5 Tested up to: 6.1
     5Tested up to: 6.4.2
    66Requires PHP: 5.4
    77Stable tag: 1.1
    8 Donate link: https://plugins.club/wordpress/wp_debug-toggle/
     8Donate link: https://plugins.club/
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • enable-wp-debug-toggle/trunk/wp-debug-toggle.php

    r2861735 r3021548  
    22/*
    33 * Plugin Name: WP_DEBUG Toggle
    4  * Plugin URI: https://plugins.club/wordpress/wp_debug-toggle/
     4 * Plugin URI: https://plugins.club/free-wordpress-plugins/
    55 * Description: 🔴Enable / 🟢Disable WP_DEBUG from admin and update wp-config.php file.
    66 * Version: 1.1
    77 * Author: plugins.club
    88 * 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
    913 */
    1014
Note: See TracChangeset for help on using the changeset viewer.