Download the PHP package wvnderlab-agency/wp-disable-tags without Composer
On this page you can find all versions of the php package wvnderlab-agency/wp-disable-tags. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wvnderlab-agency/wp-disable-tags
More information about wvnderlab-agency/wp-disable-tags
Files in wvnderlab-agency/wp-disable-tags
Download wvnderlab-agency/wp-disable-tags
More information about wvnderlab-agency/wp-disable-tags
Files in wvnderlab-agency/wp-disable-tags
Vendor wvnderlab-agency
Package wp-disable-tags
Short Description A simple WordPress mu-plugin to disable tags.
License MIT
Homepage https://wvnderlab.com
Package wp-disable-tags
Short Description A simple WordPress mu-plugin to disable tags.
License MIT
Homepage https://wvnderlab.com
Please rate this library. Is it a good library?
Informations about the package wp-disable-tags
wp-disable-tags
- Installation
- Usage
- Development
Installation
Via Composer
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'.
Usage
Filter Hooks
wvnderlab/disable-tags/enabled (Default: true)
This filter allows you to disable the plugin functionality.
wvnderlab/disable-tags/status-code (Default: 404)
This filter allows you to set the HTTP status code returned when posts are disabled.
You can set it to standard codes like 404 (Not Found), 410 (Gone), or redirect codes like 301 (Moved Permanently) or 302 (Found).
wvnderlab/disable-tags/redirect-url (Default: home_url())
This filter allows you to override the redirect URL when posts are disabled and the wvnderlab/disable-tags/status-code filter is set to use a redirect status code (e.g., 301 or 302).
Development
Install Dependencies
Analyse Code-Quality with WP-Coding-Standards
Refactor Code along WP-Coding-Standards
All versions of wp-disable-tags with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
The package wvnderlab-agency/wp-disable-tags contains the following files
Loading the files please wait ...