Bulk Page Generator – LPagery

Effortlessly mass generate unlimited SEO-optimized pages in bulk with LPagery. Boost traffic, save time, and grow your business in just 5 minutes!

v2.5.7niklaslindemannUpdated Added 3k+ installs100% rating
25
Score
670
Errors
1,926
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance100
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

2,596 findings

Maintainability

1,673

12 issue groups

Security

899

13 issue groups

WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$account_addon_ids".1,089
Category
Maintainability
Occurrences
1,089
Severity
warning

Sample message

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

ERRORSecurityOutput 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>"'.521
Category
Security
Occurrences
521
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>"'.

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

Sample message

Use of a direct database call is discouraged.

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

Sample message

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

WARNINGSecurityInterpolated Not PreparedUse placeholders and $wpdb-&gt;prepare(); found interpolated variable $language_join at $language_join\n120
Category
Security
Occurrences
120
Severity
warning

Sample message

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $language_join at $language_join\n

WARNINGMaintainabilityNon Prefixed Function FoundFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;_fs_text&quot;.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: &quot;_fs_text&quot;.

WARNINGMaintainabilityNon Prefixed Class FoundClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_Admin_Menu_Manager&quot;.55
Category
Maintainability
Occurrences
55
Severity
warning

Sample message

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

ERRORSecurityNot PreparedUse placeholders and $wpdb->prepare(); found $prepare54
Category
Security
Occurrences
54
Severity
error

Sample message

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

WARNINGSecurityUnescaped DBParameterUnescaped parameter $table used in $wpdb-&gt;query()\n$table assigned unsafely at line 241.53
Category
Security
Occurrences
53
Severity
warning

Sample message

Unescaped parameter $table used in $wpdb-&gt;query()\n$table assigned unsafely at line 241.

ERRORSecurityUnescaped DBParameterUnescaped parameter $prepare used in $wpdb->get_results()\n$prepare assigned unsafely at line 1003.50
Category
Security
Occurrences
50
Severity
error

Sample message

Unescaped parameter $prepare used in $wpdb->get_results()\n$prepare assigned unsafely at line 1003.

Show 15 more
WARNINGMaintainabilitySchema Change36
Category
Maintainability
Occurrences
36
Severity
warning

Sample message

Attempting a database schema change is discouraged.

WARNINGMaintainabilityNon Prefixed Constant Found28
Category
Maintainability
Occurrences
28
Severity
warning

Sample message

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

ERRORSecurityException Not Escaped24
Category
Security
Occurrences
24
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Failed to add post $post_id to process $process_id "'.

WARNINGSecurityRecommended22
Category
Security
Occurrences
22
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityMissing Unslash20
Category
Security
Occurrences
20
Severity
warning

Sample message

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

WARNINGMaintainabilityerror log error log18
Category
Maintainability
Occurrences
18
Severity
warning

Sample message

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

WARNINGSecurityInput Not Sanitized14
Category
Security
Occurrences
14
Severity
warning

Sample message

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

WARNINGSecurityInput Not Validated10
Category
Security
Occurrences
10
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_GET[&quot;app_user_mail_address&quot;]. Check that the array index exists before using it.

WARNINGMaintainabilityNon Prefixed Hookname Found8
Category
Maintainability
Occurrences
8
Severity
warning

Sample message

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

WARNINGSecurityUnfinished Prepare5
Category
Security
Occurrences
5
Severity
warning

Sample message

Replacement variables found, but no valid placeholders found in the query.

ERRORMaintainabilitydate date5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

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

ERRORMaintainabilitystrip tags strip tags5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

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

WARNINGSecurityMissing3
Category
Security
Occurrences
3
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecuritywp redirect wp redirect3
Category
Security
Occurrences
3
Severity
warning

Sample message

wp_redirect() found. Using wp_safe_redirect(), along with the &quot;allowed_redirect_hosts&quot; filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.

WARNINGMaintainabilityMissing Version3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

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.

Score History

First score snapshot

v2.5.7

25

Latest

Findings
2,596
Errors
670
Warnings
1,926
Check
2.0.0

Related Plugins