WordLift – AI powered SEO – Schema

Search engines are looking for meaning, not keywords. WordLift tells Google how your content relates to your brand, products, and stakeholders.

v3.54.11WordLiftUpdated Added 400 installs88% rating
19
Score
393
Errors
955
Warnings
+0
Change

Category Scores

Security0
Repo68
Performance89
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,348 findings

Maintainability

977

18 issue groups

I18n

192

3 issue groups

Security

142

3 issue groups

Supply Chain

7

1 issue group

WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "_wl_dashboard__main".241
Category
Maintainability
Occurrences
241
Severity
warning

Sample message

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

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.183
Category
Maintainability
Occurrences
183
Severity
warning

Sample message

Use of a direct database call is discouraged.

ERRORI18nText Domain MismatchMismatched text domain. Expected 'wordlift' but got 'action-scheduler'.179
Category
I18n
Occurrences
179
Severity
error

Sample message

Mismatched text domain. Expected 'wordlift' but got 'action-scheduler'.

WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().177
Category
Maintainability
Occurrences
177
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "__wl_acf4so_load".104
Category
Maintainability
Occurrences
104
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "__wl_acf4so_load".

ERRORSecurityException output is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Can't get ID for content ID $content_id, content type $content_type."'.90
Category
Security
Occurrences
90
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Can't get ID for content ID $content_id, content type $content_type."'.

ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;85
Category
Maintainability
Occurrences
85
Severity
error

Sample message

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

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

Sample message

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

WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $column used in $wpdb->get_row()\n$column assigned unsafely at line 267.48
Category
Security
Occurrences
48
Severity
warning

Sample message

Unescaped parameter $column used in $wpdb->get_row()\n$column assigned unsafely at line 267.

WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WL_ACF4SO_DIR_NAME".30
Category
Maintainability
Occurrences
30
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WL_ACF4SO_DIR_NAME".

Show 15 more
WARNINGMaintainabilityslow db query meta query15
Category
Maintainability
Occurrences
15
Severity
warning

Sample message

Detected usage of meta_query, possible slow query.

WARNINGMaintainabilityDynamic hook name13
Category
Maintainability
Occurrences
13
Severity
warning

Sample message

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

WARNINGMaintainabilitySchema Change11
Category
Maintainability
Occurrences
11
Severity
warning

Sample message

Attempting a database schema change is discouraged.

WARNINGMaintainabilityNon-prefixed class10
Category
Maintainability
Occurrences
10
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CronExpression".

WARNINGMaintainabilityslow db query tax query8
Category
Maintainability
Occurrences
8
Severity
warning

Sample message

Detected usage of tax_query, possible slow query.

ERRORI18nMissing Translators Comment8
Category
I18n
Occurrences
8
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.

ERRORSupply ChainHidden files included7
Category
Supply Chain
Occurrences
7
Severity
error

Sample message

Hidden files are not permitted.

ERRORMaintainabilityNot Allowed5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead

WARNINGMaintainabilityDiscouraged PHP function5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

The use of function ini_set() is discouraged

WARNINGI18nText Domain Mismatch5
Category
I18n
Occurrences
5
Severity
warning

Sample message

Mismatched text domain. Expected &#039;wordlift&#039; but got &#039;default&#039;.

WARNINGSecurityInterpolated SQL is not prepared4
Category
Security
Occurrences
4
Severity
warning

Sample message

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable {$action_id_string} at &quot;UPDATE {$wpdb-&gt;actionscheduler_actions} SET claim_id = 0 WHERE action_id IN ({$action_id_string})&quot;

WARNINGMaintainabilityslow db query meta key4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

Detected usage of meta_key, possible slow query.

WARNINGMaintainabilityerror log var export4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

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

WARNINGMaintainabilityslow db query meta value3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Detected usage of meta_value, possible slow query.

ERRORMaintainabilitydate date3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

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

External Connections

Potential connections found in static code analysis.

47 domains

Outbound calls

285

External assets

2

Incoming endpoints

13

Notable Domains

wordlift.io22 · outbound
chmln.github.io6 · outbound
fontawesome.io6 · outbound
php.net5 · outbound
jquery.org4 · outbound
jqueryui.com4 · outbound

Platform / Reference Domains

github.com132 · platform/reference
schema.org34 · platform/reference
codex.wordpress.org12 · platform/reference
w3.org10 · platform/reference
core.trac.wordpress.org1 · platform/reference
developer.wordpress.org1 · platform/reference
make.wordpress.org1 · platform/reference

External Asset Domains

Incoming Endpoints

/wp-json/wordlift/v1/dataset/background/syncREST

register_rest_route

wp_ajax_nopriv_public

wp_ajax

wp_ajax_nopriv_{$action}_countpublic

wp_ajax

wp_ajax_nopriv_$actionpublic

wp_ajax

Admin AJAX endpoints6
wp_ajax_{$action}_countauthenticated

wp_ajax

wp_ajax_$actionauthenticated

wp_ajax

wp_ajax_wl_templatesauthenticated

wp_ajax

wp_ajax_wl_validate_video_api_keyauthenticated

wp_ajax

wp_ajax_wordlift_get_latest_newsauthenticated

wp_ajax

wp_ajax_wordlift_related_postsauthenticated

wp_ajax

Score History

2 score snapshots

+0
1007550250Jun 25, 2026, 11:53 PM UTC Score 19/100 Plugin v3.54.10 Plugin Check 2.0.0 393 errors, 946 warningsJun 28, 2026, 12:06 AM UTC Score 19/100 Plugin v3.54.11 Plugin Check 2.0.0 393 errors, 955 warningsJun 25, 2026Jun 28, 2026

v3.54.11

19

Latest

Findings
1,348
Errors
393
Warnings
955
Check
2.0.0

v3.54.10

19

Score

Findings
1,339
Errors
393
Warnings
946
Check
2.0.0

Relationship Map

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

37 nodes

Related Plugins

100
AI Content Signals

500 active installs

100
AI Share & Summarize

1k+ active installs

100
Extend Link

1k+ active installs

100
Magic robots.txt

1k+ active installs

100