Skip to content

Components fixed (#404) #83

Components fixed (#404)

Components fixed (#404) #83

Triggered via push November 21, 2024 09:43
Status Success
Total duration 3m 8s
Artifacts

plugin-check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
WordPress.Security.NonceVerification.Missing: includes/ContentImport/ContentImporter.php#L157
Processing form data without nonce verification.
WordPress.Security.NonceVerification.Missing: includes/ContentImport/ContentImporter.php#L384
Processing form data without nonce verification.
WordPress.PHP.DevelopmentFunctions.error_log_trigger_error: includes/MslsAdmin.php#L388
trigger_error() found. Debug code should not normally be used in production.
WordPress.PHP.DevelopmentFunctions.error_log_print_r: includes/MslsMain.php#L51
print_r() found. Debug code should not normally be used in production.
WordPress.PHP.DevelopmentFunctions.error_log_error_log: includes/MslsMain.php#L54
error_log() found. Debug code should not normally be used in production.
WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_post__not_in: includes/MslsCustomFilter.php#L82
Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.