Skip to content

Merge pull request #22 from ernilambar/update/packages #2

Merge pull request #22 from ernilambar/update/packages

Merge pull request #22 from ernilambar/update/packages #2

Triggered via push July 6, 2024 08:22
Status Failure
Total duration 2m 4s
Artifacts

plugin-check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
WordPress.Security.EscapeOutput.OutputNotEscaped: includes/widgets/nsfp-featured-post-widget.php#L255
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$output'.
PCP
Process completed with exit code 1.
WordPress.DB.SlowDBQuery.slow_db_query_meta_key: includes/widgets/nsfp-featured-post-widget.php#L63
Detected usage of meta_key, possible slow query.
WordPress.DB.SlowDBQuery.slow_db_query_meta_value: includes/widgets/nsfp-featured-post-widget.php#L64
Detected usage of meta_value, possible slow query.
WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_post__not_in: includes/classes/class-ns-featured-posts-admin.php#L478
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.