Skip to content

minor updates for v1.8.x #7

minor updates for v1.8.x

minor updates for v1.8.x #7

Triggered via pull request November 11, 2024 16:37
Status Success
Total duration 1m 57s
Artifacts

wordpress-plugin-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
WordPress.Security.NonceVerification.Recommended: inc/class-statify-frontend.php#L41
Processing form data without nonce verification.
WordPress.Security.NonceVerification.Recommended: inc/class-statify-frontend.php#L42
Processing form data without nonce verification.
WordPress.Security.NonceVerification.Recommended: inc/class-statify-frontend.php#L44
Processing form data without nonce verification.
WordPress.Security.NonceVerification.Recommended: inc/class-statify-frontend.php#L45
Processing form data without nonce verification.
WordPress.DB.DirectDatabaseQuery.DirectQuery: inc/class-statify-frontend.php#L106
Use of a direct database call is discouraged.
WordPress.DB.DirectDatabaseQuery.DirectQuery: inc/class-statify-table.php#L54
Use of a direct database call is discouraged.
WordPress.DB.DirectDatabaseQuery.NoCaching: inc/class-statify-table.php#L54
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WordPress.DB.DirectDatabaseQuery.DirectQuery: inc/class-statify-table.php#L88
Use of a direct database call is discouraged.
WordPress.DB.DirectDatabaseQuery.NoCaching: inc/class-statify-table.php#L88
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WordPress.DB.DirectDatabaseQuery.SchemaChange: inc/class-statify-table.php#L88
Attempting a database schema change is discouraged.