WP Avertere is a WordPress app, with a 5.0 average rating from 1 review, as of Aug 31, 2026.
WP Avertere is a WordPress Plugin Directory app by vicchi. With a rating of 5.0★ from 1 reviews.
AppRanks verdict
Generated from live marketplace data — refreshed daily
WP Avertere is a category-leading WordPress app with a limited review volume. Category data on the canonical marketplace listing is currently incomplete, so AppRanks falls back to platform-wide rather than category-relative comparison for this listing. 1 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +High average rating (5.0★) signals consistent merchant satisfaction
- +Published by vicchi — established developer track record
Cons
- −Limited review base (1) — ratings can shift significantly with new feedback
Looking to switch from WP Avertere?
See WP Avertere's alternatives ranked by audit score, rating, and review velocity.
How WP Avertere works
Show full descriptionShow less
This plugin allows you to easily set up redirections from the URL of any post, page or other post type on your WordPress site to another URL, either on your site or external to your site. Redirections can either be permanent (HTTP 301) or temporary (HTTP 302) and can easily be changed or deleted entirely.
Settings and options include:
The URL you want to redirect to.
The type of redirection, permanent or temporary
Validation of the redirect URL to ensure it is well formed.
In addition to setting up a redirect, the plugin replaces the original post’s or page’s permalink with the redirected permalink or external URL; when you hover your mouse pointer over a redirected permalink you will see the new permalink or external URL not the original.
Once installed and activated, the plugin adds a Redirect This Post/Page/etc meta box to the admin Edit Post/Page. Simply create a new post, or edit an existing one, add the URL you want to redirect to (copying and pasting is a good idea here to ensure there’s no typing errors), choose whether the redirection is permanent or temporary, click on the Check URL button to ensure your URL is well formed and save the post. You’re done.
While the main use of the plugin is to redirect posts and pages, you can also use it to:
Convert a post to a page; useful for when the post needs to be kept updated regularly and is more suited to be a page on your site.
Add a menu bar link to an external site; you can create a new blank page as a menu bar link and then redirect that page to the external URL with no need to edit any code in your theme’s functions.php.
Create a shortcut category or tag archive link; you can create a new blank page, such as /plugins and then redirect that page to /tags/plugins.
Filter Support And Usage WP Avertere supports a single filter, wp_avertere_protocols that allows you to change the set of acceptable URL protocols that WordPress and the plugin permits.
Example: Add support for GitHub repositories to the plugin.
add_filter ('wp_avertere_protocols', 'add_github_protocol');
function add_github_protocol ($protocols) { // protocols = array ('name', 'name', ...) $protocols[] = 'git';
return $protocols; }
Competitors & alternatives
AppRanks tracks competitor sets per category. For WP Avertere, the independent listing audit includes a competitive context section, and the full WordPress app index shows the broader marketplace landscape this app competes in. Sign up free to surface a side-by-side competitor matrix customized to your tracked apps.
Frequently asked questions
What is WP Avertere?
WP Avertere is an app for WordPress. It currently holds a 5.0-star rating from 1 merchant review, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. AppRanks tracks its category position, review-velocity trend, and the top alternatives in the same space. Developed by vicchi.