Ocean Extra

The ultimate companion for OceanWP. Adds local Google Fonts, mega menus, site templates, and per-page settings for total design authority.

v2.5.6oceanwpUpdated Added 500k+ installs66% rating0% support resolved
23
Score
1,494
Errors
2,106
Warnings
+0
Change

Category Scores

Security0
Repo89
Performance97
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

3,600 findings

Maintainability

2,014

14 issue groups

Security

1,259

8 issue groups

I18n

250

3 issue groups

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

Sample message

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

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

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;.150
Category
Maintainability
Occurrences
150
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 Hookname FoundHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;admin_footer&quot;.143
Category
Maintainability
Occurrences
143
Severity
warning

Sample message

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

ERRORI18nText Domain MismatchMismatched text domain. Expected 'ocean-extra' but got 'butterbean'.140
Category
I18n
Occurrences
140
Severity
error

Sample message

Mismatched text domain. Expected 'ocean-extra' but got 'butterbean'.

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

Sample message

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

WARNINGMaintainabilityNon Prefixed Constant FoundGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_API__ADDRESS&quot;.108
Category
Maintainability
Occurrences
108
Severity
warning

Sample message

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

ERRORMaintainabilitystrip tags strip tagsstrip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.90
Category
Maintainability
Occurrences
90
Severity
error

Sample message

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

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.80
Category
I18n
Occurrences
80
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.

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

Sample message

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

Show 15 more
WARNINGSecurityMissing Unslash77
Category
Security
Occurrences
77
Severity
warning

Sample message

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

WARNINGSecurityInput Not Sanitized66
Category
Security
Occurrences
66
Severity
warning

Sample message

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

WARNINGSecurityMissing57
Category
Security
Occurrences
57
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityInput Not Validated45
Category
Security
Occurrences
45
Severity
warning

Sample message

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

ERRORSecurityUnsafe Printing Function35
Category
Security
Occurrences
35
Severity
error

Sample message

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

WARNINGMaintainabilityNo Code Found32
Category
Maintainability
Occurrences
32
Severity
warning

Sample message

No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.

ERRORMaintainabilityunlink unlink30
Category
Maintainability
Occurrences
30
Severity
error

Sample message

unlink() is discouraged. Use wp_delete_file() to delete a file.

ERRORI18nMissing Arg Domain30
Category
I18n
Occurrences
30
Severity
error

Sample message

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

WARNINGSecurityRecommended26
Category
Security
Occurrences
26
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityMissing Version23
Category
Maintainability
Occurrences
23
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.

WARNINGMaintainabilityDirect Query12
Category
Maintainability
Occurrences
12
Severity
warning

Sample message

Use of a direct database call is discouraged.

ERRORSecurityException Not Escaped10
Category
Security
Occurrences
10
Severity
error

Sample message

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

ERRORMaintainabilityNo Explicit Version10
Category
Maintainability
Occurrences
10
Severity
error

Sample message

Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.

WARNINGMaintainabilityNo Caching9
Category
Maintainability
Occurrences
9
Severity
warning

Sample message

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

WARNINGMaintainabilityerror log trigger error7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

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

Score History

First score snapshot

v2.5.6

23

Latest

Findings
3,600
Errors
1,494
Warnings
2,106
Check
2.0.0

Related Plugins

MB Elementor Integration

2k+ active installs

98
WebMan Amplifier

2k+ active installs

98
MB Rest API

1k+ active installs

97
Meta Box

500k+ active installs

96
Ocean Product Sharing

20k+ active installs

86
Ocean Stick Anything

20k+ active installs

85