Let's you import metadata from your Podigee podcast feed right into the Wordpress post editor. Finally (since 1.0) compatible to Gutenberg.
Prioritized issue groups from the latest Plugin Check scan
Security
112
7 issue groups
I18n
50
5 issue groups
Maintainability
33
13 issue groups
Sample message
Mismatched text domain. Expected 'podigee' but got 'podigee-quick-publish'.
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<input id='pfex_custom_domain' name='pfex_plugin_options[pfex_custom_domain]' size='40' type='text' value='{$customDomainValue}' />"'.
Sample message
Detected usage of a non-sanitized input variable: $_GET['external']
Sample message
$_GET['external'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_isCurl".
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['external']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Missing $domain parameter in function call to __().
Sample message
Translatable string should not be wrapped in HTML. Found: "<p>Did you know? You can add multiple domains in a comma-separated list.</p>"
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using file_put_contents(). Detected usage of __FILE__ or __DIR__ magic constant. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "My_List_Table".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_PFEX_DEBUG".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
query_posts() is discouraged. Use WP_Query instead.
Sample message
The $text parameter must be a single text string literal. Found: sprintf('Problem with authorisation for feed: %s ', $url)
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Podigee Wordpress Quick Publish – now with Gutenberg support!" - contains the restricted term "gutenberg" which cannot be used at all in your plugin name.
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
print_r() found. Debug code should not normally be used in production.
Potential connections found in static code analysis.
Outbound calls
10
External assets
2
Incoming endpoints
0
No public endpoints detected.
First score snapshot
v1.4.0
34
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 203 | 108 | 95 | v1.4.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.