Go Fetch Jobs (for WP Job Manager)

Instantly populate your WP Job Manager database using RSS job feeds from the most popular job sites or load XML/JSON files (premium only).

v1.8.5.2SebeTUpdated Added 700 installs90% rating
19
Score
1,410
Errors
1,741
Warnings
+0
Change

Category Scores

Security0
Repo64
Performance98
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

3,151 findings

Maintainability

1,516

13 issue groups

Security

852

8 issue groups

I18n

684

4 issue groups

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_bc_files".1,091
Category
Maintainability
Occurrences
1,091
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_bc_files".

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>"'.622
Category
Security
Occurrences
622
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>"'.

ERRORI18nText Domain MismatchMismatched text domain. Expected 'go-fetch-jobs-wp-job-manager' but got 'gofetch-wphm'.594
Category
I18n
Occurrences
594
Severity
error

Sample message

Mismatched text domain. Expected 'go-fetch-jobs-wp-job-manager' but got 'gofetch-wphm'.

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;_fs_text&quot;.118
Category
Maintainability
Occurrences
118
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;_fs_text&quot;.

WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_API__ADDRESS&quot;.95
Category
Maintainability
Occurrences
95
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_API__ADDRESS&quot;.

WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;BC_Framework_Admin_page&quot;.89
Category
Maintainability
Occurrences
89
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;BC_Framework_Admin_page&quot;.

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.73
Category
Security
Occurrences
73
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityRequest data is not unslashed$_GET[&#039;goft_imported_jobs&#039;] not unslashed before sanitization. Use wp_unslash() or similar56
Category
Security
Occurrences
56
Severity
warning

Sample message

$_GET[&#039;goft_imported_jobs&#039;] not unslashed before sanitization. Use wp_unslash() or similar

ERRORI18nMissing Translators CommentA function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.52
Category
I18n
Occurrences
52
Severity
error

Sample message

A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.

WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.44
Category
Security
Occurrences
44
Severity
warning

Sample message

Processing form data without nonce verification.

Show 15 more
WARNINGMaintainabilityNon-prefixed hook name32
Category
Maintainability
Occurrences
32
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;&#039;scb_bc_activation_&#039; . $plugin&quot;.

ERRORI18nMissing Arg Domain27
Category
I18n
Occurrences
27
Severity
error

Sample message

Missing $domain parameter in function call to __().

WARNINGSecurityInput is not sanitized19
Category
Security
Occurrences
19
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_FILES[&#039;import_local_feed&#039;][&#039;tmp_name&#039;]

WARNINGMaintainabilityDirect Query17
Category
Maintainability
Occurrences
17
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo Caching16
Category
Maintainability
Occurrences
16
Severity
warning

Sample message

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

ERRORMaintainabilitydate date16
Category
Maintainability
Occurrences
16
Severity
error

Sample message

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNINGSecurityInput is not validated16
Category
Security
Occurrences
16
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_FILES[&#039;import_local_feed&#039;][&#039;tmp_name&#039;]. Check that the array index exists before using it.

ERRORSecurityUnsafe printing function15
Category
Security
Occurrences
15
Severity
error

Sample message

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

ERRORI18nNon Singular String Literal Domain11
Category
I18n
Occurrences
11
Severity
error

Sample message

The $domain parameter must be a single text string literal. Found: $this->domain

ERRORMaintainabilityMissing direct file access protection10
Category
Maintainability
Occurrences
10
Severity
error

Sample message

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERRORMaintainabilitystrip tags strip tags9
Category
Maintainability
Occurrences
9
Severity
error

Sample message

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

WARNINGMaintainabilityerror log trigger error8
Category
Maintainability
Occurrences
8
Severity
warning

Sample message

trigger_error() found. Debug code should not normally be used in production.

ERRORMaintainabilityparse url parse url8
Category
Maintainability
Occurrences
8
Severity
error

Sample message

parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.

WARNINGMaintainabilityslow db query meta query7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

Detected usage of meta_query, possible slow query.

ERRORSecurityException output is not escaped7
Category
Security
Occurrences
7
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$message'.

External Connections

Potential connections found in static code analysis.

79 domains

Outbound calls

288

External assets

2

Incoming endpoints

10

Notable Domains

jobs.wordpress.net11 · outbound
expressoemprego.pt6 · outbound
php.net6 · outbound
vuejs.org5 · outbound
benalman.com4 · outbound
freemius.com4 · outbound

Platform / Reference Domains

gnu.org70 · platform/reference
github.com62 · platform/reference
w3.org12 · platform/reference
wordpress.org9 · platform/reference
codex.wordpress.org3 · platform/reference
api.wordpress.org2 · platform/reference
core.trac.wordpress.org2 · platform/reference
make.wordpress.org2 · platform/reference
opensource.org2 · platform/reference
validator.w3.org1 · platform/reference

External Asset Domains

No external asset domains detected.

Incoming Endpoints

No public endpoints detected.

Admin AJAX endpoints10
admin_post_fs_clone_resolutionauthenticated

admin_post

wp_ajax_fs_dismiss_notice_action_{$ajax_action_suffix}authenticated

wp_ajax

wp_ajax_fs_toggle_debug_modeauthenticated

wp_ajax

wp_ajax_goft_wpjm_import_feedauthenticated

wp_ajax

wp_ajax_goft_wpjm_load_provider_infoauthenticated

wp_ajax

wp_ajax_goft_wpjm_load_template_contentauthenticated

wp_ajax

wp_ajax_goft_wpjm_save_templateauthenticated

wp_ajax

wp_ajax_goft_wpjm_toggle_settingsauthenticated

wp_ajax

wp_ajax_goft_wpjm_update_templates_listauthenticated

wp_ajax

wp_ajax_wp_sh_plugin_browser_dismiss_noticeauthenticated

wp_ajax

Score History

First score snapshot

v1.8.5.2

19

Latest

Findings
3,151
Errors
1,410
Warnings
1,741
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related Plugins

Disable Feeds WP

10k+ active installs

100
Display Remote Posts Block

800 active installs

100
99
Send Images to RSS

3k+ active installs

98
WebSub (FKA. PubSubHubbub)

100k+ active installs

98