Portfolio Post Type

This plugin registers a custom post type for portfolio items. It also registers separate portfolio taxonomies for tags and categories.

v1.0.1Devin PriceUpdated 2020-08-29Added Aug 26, 201150k+ installs94% rating
70
Score
7
Errors
11
Warnings
+0
Change

Category Scores

Security49
Repo91
Performance100
Maintainability95

Top Issues by Category

Issues Details

18 issues found in latest scan

WARNING4
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR2
WordPress.Security.EscapeOutput.OutputNotEscaped

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

WARNING1
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING1
WordPress.DB.DirectDatabaseQuery.NoCaching

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

ERROR1
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $sql

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "plugin_locale".

WARNING1
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET[$tax_slug]

WARNING1
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET[$tax_slug] not unslashed before sanitization. Use wp_unslash() or similar

ERROR1
WordPress.WP.DeprecatedParameters.Load_plugin_textdomainParam2Found

The parameter "FALSE" at position #2 of load_plugin_textdomain() has been deprecated since WordPress version 2.7.0. Use "" instead.

ERROR1
WordPress.WP.I18n.MissingTranslatorsComment

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.

ERROR1
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'portfolio-post-type' but got 'gamajo-dashboard-glancer'.

ERROR1
outdated_tested_upto_header

Tested up to: 5.5 < 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.

WARNING1
readme_parser_warnings_no_short_description_present

The "Short Description" section is missing. An excerpt was generated from your main plugin description.

WARNING1
textdomain_mismatch

The "Text Domain" header in the plugin file does not match the slug. Found "portfolioposttype", expected "portfolio-post-type".

Latest Snapshot

Findings

18

Errors

7

Warnings

11

Score History

First score snapshot

First scan completed Jun 20, 2026

v1.0.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v1.0.1

70

Latest

Findings
18
Errors
7
Warnings
11
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins