Provides an interface for managing sermons, events, people and locations. A compatible theme is required for presenting content from these church-cent …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
378
13 issue groups
Security
106
7 issue groups
I18n
40
5 issue groups
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ctc_add_meta_box_event_date".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'ctc_get_feature_data-' . $feature".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$categories'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Failed to load translations for '$locale'"'.
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.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CTC_ADMIN_DIR".
Sample message
Processing form data without nonce verification.
Sample message
$_POST[$key] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CTC_Dashboard_News".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_POST[$key]
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ctc_add_ons".
Sample message
Mismatched text domain. Expected 'church-theme-content' but got 'church-content-pro'.
Sample message
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Missing $domain parameter in function call to __().
Sample message
Translatable string should not be wrapped in HTML. Found: '<strong>License key activated.</strong>'
Sample message
Too many parameters passed to function "__()". Expected: 2 parameters, received: 3
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
The use of function set_time_limit() is discouraged
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Not analyzed yet.
First score snapshot
v2.7
27
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 544 | 134 | 410 | v2.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.