bloom-ux / wp-outdated-pages
Add an admin sub-menu to list and delete pages outdated very far in the past.
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=7.2
- composer/installers: ^2
Requires (Dev)
This package is auto-updated.
Last update: 2025-01-11 02:09:43 UTC
README
Adds an admin sub-menu that lists pages that haven't been updated on a year or more.
Then, you can check whether these pages receive links from other contents on the site, or are present on a navigation menu.
It allows easy deletion of individual or a bunch of pages.
Installation
Install with composer.
Get js dependencies and build the vue client used for the admin panel with:
yarn install && npx encore production
Go to your WordPress admin panel and search within the "Pages" menu.