Post to Google My Business (Google Business Profile)

Auto-publish posts, pages & CPTs, plus manage Google Business Profile posts. All from your WordPress dashboard!

v3.4.4Koen ReusUpdated Added 10k+ installs98% rating33% support resolved
23
Score
845
Errors
1,452
Warnings
+0
Change

Category Scores

Security0
Repo85
Performance100
Maintainability0

Top Issues by Category

maintainability1,336
security907
i18n18

Issues Details

2,297 issues found in latest scan

WARNING1,084
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR639
WordPress.Security.EscapeOutput.OutputNotEscaped

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>"'.

WARNING99
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

ERROR72
WordPress.Security.EscapeOutput.ExceptionNotEscaped

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

ERROR53
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

WARNING45
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

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

WARNING31
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

WARNING28
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

WARNING26
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

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

WARNING24
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_POST[&#039;mbp_create_post&#039;]

ERROR22
WordPress.DB.PreparedSQL.NotPrepared

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

WARNING18
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;fs_plugins_api&quot;.

WARNING18
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING14
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

ERROR14
WordPress.WP.I18n.MissingArgDomain

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

WARNING13
WordPress.DB.DirectDatabaseQuery.NoCaching

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

ERROR13
wp_function_not_compatible_with_requires_wp

Function "wp_date()" requires WordPress 5.3.0, but your plugin minimum supported version is WordPress 4.9.0.

WARNING9
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $this-&gt;table at &quot;SELECT * FROM $this-&gt;table WHERE account_id = %s AND in_latest_import=1 LIMIT %d OFFSET %d&quot;

WARNING8
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

ERROR8
missing_direct_file_access_protection

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

WARNING7
WordPress.WP.EnqueuedResourceParameters.MissingVersion

Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.

WARNING5
WordPress.DB.SlowDBQuery.slow_db_query_meta_query

Detected usage of meta_query, possible slow query.

WARNING4
WordPress.DB.DirectDatabaseQuery.SchemaChange

Attempting a database schema change is discouraged.

ERROR4
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.

ERROR3
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $implode_placeholders used in $wpdb->query()\n$implode_placeholders assigned unsafely at line 122.

Latest Snapshot

Findings

2,297

Errors

845

Warnings

1,452

Score History

First score snapshot

First scan completed

v3.4.4 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v3.4.4

23

Latest

Findings
2,297
Errors
845
Warnings
1,452
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins