Download the PHP package wvnderlab-agency/wp-disable-date-based-archives without Composer
On this page you can find all versions of the php package wvnderlab-agency/wp-disable-date-based-archives. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wvnderlab-agency/wp-disable-date-based-archives
More information about wvnderlab-agency/wp-disable-date-based-archives
Files in wvnderlab-agency/wp-disable-date-based-archives
Download wvnderlab-agency/wp-disable-date-based-archives
More information about wvnderlab-agency/wp-disable-date-based-archives
Files in wvnderlab-agency/wp-disable-date-based-archives
Vendor wvnderlab-agency
Package wp-disable-date-based-archives
Short Description A simple WordPress mu-plugin to disable date based archives.
License MIT
Homepage https://wvnderlab.com
Package wp-disable-date-based-archives
Short Description A simple WordPress mu-plugin to disable date based archives.
License MIT
Homepage https://wvnderlab.com
Please rate this library. Is it a good library?
Informations about the package wp-disable-date-based-archives
wp-disable-date-based-archives
- 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-date-based-archives/enabled (Default: true)
This filter allows you to disable the plugin functionality.
wvnderlab/disable-date-based-archives/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-date-based-archives/redirect-url (Default: home_url())
This filter allows you to override the redirect URL when posts are disabled and the wvnderlab/disable-date-based-archives/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-date-based-archives with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
The package wvnderlab-agency/wp-disable-date-based-archives contains the following files
Loading the files please wait ...