The external links plugin for WordPress lets you process outgoing links differently from internal links.
Prioritized issue groups from the latest Plugin Check scan
Security
34
5 issue groups
Maintainability
17
7 issue groups
I18n
2
2 issue groups
Repo Compliance
2
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "sem_autolink_uri".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$sem_autolink_uri".
Sample message
The use of function ini_set() is discouraged
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "sem_external_links_version".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_POST['exclude_domains']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['exclude_domains']. Check that the array index exists before using it.
Sample message
$_POST['exclude_domains'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
The parameter "FALSE" at position #2 of load_plugin_textdomain() has been deprecated since WordPress version 2.7.0. Use "" instead.
Sample message
Mismatched text domain. Expected 'sem-external-links' but got 'sem-sem-external-links'.
Sample message
Your plugin has a different license declared in the readme file and plugin header. Please update your readme with a valid GPL license identifier.
Sample message
Invalid or missing Stable Tag. Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org.
Sample message
Tested up to: 4.7 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
Function "home_url()" requires WordPress 3.0.0, but your plugin minimum supported version is WordPress 2.8.0.
Not analyzed yet.
First score snapshot
v6.8.1
48
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 48 | 55 | 42 | 13 | v6.8.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.