Skip to content

replace strip_tags() with wp_strip_all_tags() #5

replace strip_tags() with wp_strip_all_tags()

replace strip_tags() with wp_strip_all_tags() #5

Triggered via push November 11, 2024 16:29
Status Success
Total duration 2m 16s
Artifacts
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.