Buddypress Xprofile Custom Field Types adds extra custom profile fields to BuddyPress. Field types are: Birthdate, Email, Url etc.
Prioritized issue groups from the latest Plugin Check scan
Security
185
8 issue groups
Maintainability
42
8 issue groups
Repo Compliance
1
1 issue group
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['field_' . $field_id]['name']
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "bp_xprofile_field_edit_html_elements".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "bp_get_the_profile_field_errors_action()".
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['field_' . $field_id]['name']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$from_atts'.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "BuddyPress Xprofile Custom Field Types" - contains the restricted term "buddypress" and cannot be used to begin your plugin name. We disallow the use of certain terms in ways that are abused, or potentially infringe on and/or are misleading with regards to trademarks. You may use the term "buddypress" elsewhere in your plugin name, such as "... for buddypress".
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().
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$bp->profile->table_name_fields} at "SELECT id FROM {$bp->profile->table_name_fields} WHERE type = %s OR type = %s"
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "BP_Xprofile_CFTR".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "bp_xprofile_cftr".
Sample message
$_POST['field_' . $field_id] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
Function "str_starts_with()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.0.0.
Not analyzed yet.
First score snapshot
v1.3.1
41
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 41 | 228 | 39 | 189 | v1.3.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.