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

dev-main 2024-05-15 09:03 UTC

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

  1. Require the plugin by running the following Composer command:

    composer require raguzman/wp-delog
  2. Activate the plugin from the WordPress admin dashboard.

Manual Installation

  1. Download the plugin from the GitHub repository.

  2. Upload the plugin files to the /wp-content/plugins directory.

  3. 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