Search by

wvnderlab-agency / wp-error-log

johninamio

A simple WordPress mu-plugin to disable tags.

Package info

github.com/wvnderlab-agency/wp-error-log

Homepage

Type:wordpress-muplugin

pkg:composer/wvnderlab-agency/wp-error-log

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2026-09-24 11:01 UTC

This package is not auto-updated.

Last update: 2026-09-25 09:16:38 UTC


README

PHP WordPress WP Coding Standards

Installation

Via Composer

composer require wvnderlab-agency/wp-error-log

Via FTP

  1. Download the repository zip file.
  2. Unzip the file.
  3. Upload the unzipped folder to the /wp-content/muplugins or /wp-content/plugins/ directory on your server.
  4. Navigate to the 'Plugins' section in your WordPress admin dashboard.
  5. Find 'Disable posts' in the list and click 'Activate'.

Via WordPress Admin Dashboard

  1. Download the repository zip file.
  2. Navigate to the 'Plugins' section in your WordPress admin dashboard.
  3. Click 'Add New' and then 'Upload Plugin'.
  4. Choose the downloaded zip file and click 'Install Now'.
  5. After installation, click 'Activate Plugin'.

Development

Install Dependencies

composer install

Analyse Code-Quality with WP-Coding-Standards

composer analyze

Refactor Code along WP-Coding-Standards

composer refactor