https://github.com/littlebizzy/redirect-attachment-pages
Redirect attachment page URLs
https://github.com/littlebizzy/redirect-attachment-pages
wordpress wordpress-plugin
Last synced: about 1 month ago
JSON representation
Redirect attachment page URLs
- Host: GitHub
- URL: https://github.com/littlebizzy/redirect-attachment-pages
- Owner: littlebizzy
- License: gpl-3.0
- Created: 2018-08-21T04:52:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-29T19:39:43.000Z (about 3 years ago)
- Last Synced: 2025-07-23T20:02:41.898Z (11 months ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://bizzy.in/redirect-attachment-pages
- Size: 629 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Redirect Attachment Pages
Redirect attachment page URLs
## Changelog
### 1.4.0
- Changed name to Redirect Attachment Pages
- Refactored to use only Settings API (no frameworks)
### 1.3.0
- Added settings page.
### 1.2.1
- The code has been refactored accordance with WordPress standards.
- NOTE: incomplete functionality
### 1.2.0
- fix fatal error (child namespace removed)
- NOTE: incomplete functionality
### 1.1.0
- disabled wordpress.org updates
- support for Git Updater
- remove admin notices
### 1.0.0
- initial release
- tested with PHP 7.0, 7.1, 7.2
- tested with PHP 5.6 (no fatal errors only)
- uses PHP namespaces
- object-oriented codebase
- all media attachment pages will become "404 Not Found" errors
- (currently does not work with 404 To Homepage however)