Disables Yoast SEO Premium's redirection manager, including automatic redirection generation and notifications.
When activated, this plugin does the following:
- Disables automatic generation of redirects when posts/terms are deleted, or when their slugs are modified.
- Disables notifications from Yoast about redirects when posts/terms are deleted, or when their slugs are modified.
- Removes the Redirects submenu page under "SEO" in the WordPress admin.
Head over to the Disable Yoast SEO Redirects wiki for detailed information about this plugin and installation instructions.
- Initial release
n/a
Enabling debug mode in your wp-config.php
file is recommended during development to help catch warnings and bugs.
- node
- gulp-cli
-
Clone the Disable-Yoast-SEO-Redirects repo into your local development environment, within your WordPress installation's
plugins/
directory:git clone https://github.com/UCF/Disable-Yoast-SEO-Redirects.git
-
cd
into the new Disable-Yoast-SEO-Redirects directory, and runnpm install
to install required packages for development intonode_modules/
within the repo -
Optional: If you'd like to enable BrowserSync for local development, or make other changes to this project's default gulp configuration, copy
gulp-config.template.json
, make any desired changes, and save asgulp-config.json
.To enable BrowserSync, set
sync
totrue
and assignsyncTarget
the base URL of a site on your local WordPress instance that will use this plugin, such ashttp://localhost/wordpress/my-site/
. YoursyncTarget
value will vary depending on your local host setup.The full list of modifiable config values can be viewed in
gulpfile.js
(seeconfig
variable). -
If you haven't already done so, create a new WordPress site on your development environment to test this plugin against, and install and activate Yoast SEO Premium.
-
Activate this plugin on your development WordPress site.
-
If you enabled BrowserSync in
gulp-config.json
, you can rungulp watch
to continuously watch changes to PHP files in this project and reload your browser when those files change.
- This plugin's README.md file is automatically generated. Please only make modifications to the README.txt file, and make sure the
gulp readme
command has been run before committing README changes. See the contributing guidelines for more information.
Want to submit a bug report or feature request? Check out our contributing guidelines for more information. We'd love to hear from you!