raguzman / wp-delog
WordPress plugin that simplifies code debugging by generating a log file in the WordPress webroot directory
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2025-07-15 11:42:46 UTC
README
WP Delog is a WordPress plugin that simplifies code debugging by generating a log file in the WordPress webroot directory.
Requirements
- PHP 7.0 or higher
- WordPress 5.0 or higher
Installation
Via Composer
-
Require the plugin by running the following Composer command:
composer require raguzman/wp-delog
-
Activate the plugin from the WordPress admin dashboard.
Manual Installation
-
Download the plugin from the GitHub repository.
-
Upload the plugin files to the
/wp-content/plugins
directory. -
Activate the plugin through the 'Plugins' menu in WordPress.
Usage
To use, simply include the delog($var)
function in your code and check the delog.log
file in your WordPress root directory