Revert to readme.txt #22
Annotations
2 errors and 10 warnings
Run plugin check:
readme.txt#L1
Mismatched Stable Tag: 4.5 != 4.5.1. The Stable Tag in your readme file does not match the version in your main plugin file. Your Stable Tag is meant to be the stable version of your plugin, not of WordPress. For your plugin to be properly downloaded from WordPress.org, those values need to be the same. If they're out of sync, your users won't get the right version of your code.
|
Run plugin check
Process completed with exit code 1.
|
Run plugin check:
includes/class-syn-meta.php#L133
Detected usage of meta_key, possible slow query.
|
Run plugin check:
includes/class-syn-meta.php#L134
Detected usage of meta_query, possible slow query.
|
Run plugin check:
includes/class-syn-meta.php#L282
Processing form data without nonce verification.
|
Run plugin check:
includes/class-syn-meta.php#L286
Processing form data without nonce verification.
|
Run plugin check:
includes/class-syn-meta.php#L286
$_POST['syndication_urls'] not unslashed before sanitization. Use wp_unslash() or similar
|
Run plugin check:
includes/class-syn-meta.php#L286
Detected usage of a non-sanitized input variable: $_POST['syndication_urls']
|
Run plugin check:
includes/class-syn-meta.php#L288
error_log() found. Debug code should not normally be used in production.
|
Run plugin check:
includes/class-syn-meta.php#L310
$_POST['syn_metabox_nonce'] not unslashed before sanitization. Use wp_unslash() or similar
|
Run plugin check:
includes/class-syn-meta.php#L310
Detected usage of a non-sanitized input variable: $_POST['syn_metabox_nonce']
|
Run plugin check:
includes/class-syn-meta.php#L341
$_POST['syn_metabox_nonce'] not unslashed before sanitization. Use wp_unslash() or similar
|
Loading