wvnderlab-agency / wp-error-log
A simple WordPress mu-plugin to disable tags.
Package info
github.com/wvnderlab-agency/wp-error-log
Type:wordpress-muplugin
pkg:composer/wvnderlab-agency/wp-error-log
dev-master
2026-09-24 11:01 UTC
Requires
- php: >=8.0
Requires (Dev)
- wp-coding-standards/wpcs: ^3.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-25 09:16:38 UTC
README
Installation
Via Composer
composer require wvnderlab-agency/wp-error-log
Via FTP
- Download the repository zip file.
- Unzip the file.
- Upload the unzipped folder to the
/wp-content/mupluginsor/wp-content/plugins/directory on your server. - Navigate to the 'Plugins' section in your WordPress admin dashboard.
- Find 'Disable posts' in the list and click 'Activate'.
Via WordPress Admin Dashboard
- Download the repository zip file.
- Navigate to the 'Plugins' section in your WordPress admin dashboard.
- Click 'Add New' and then 'Upload Plugin'.
- Choose the downloaded zip file and click 'Install Now'.
- 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