Skip to content

Fixes to plugin check#1430

Merged
marekdedic merged 5 commits intomasterfrom
plugin-check-fixes
Mar 6, 2026
Merged

Fixes to plugin check#1430
marekdedic merged 5 commits intomasterfrom
plugin-check-fixes

Conversation

@marekdedic
Copy link
Copy Markdown
Contributor

Fixed new issues in updated plugin check.

@marekdedic
Copy link
Copy Markdown
Contributor Author

marekdedic commented Jan 5, 2026

Blocked by WordPress/plugin-check#1146

@marekdedic marekdedic force-pushed the plugin-check-fixes branch 6 times, most recently from 7079889 to d19a04a Compare January 10, 2026 17:44
@marekdedic marekdedic force-pushed the plugin-check-fixes branch from 061cf05 to ecfca6c Compare March 5, 2026 16:15
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 5, 2026

🔍 WordPress Plugin Check Report

⚠️ Status: Passed with warnings

📊 Report

🎯 Total Issues ❌ Errors ⚠️ Warnings
7 0 7

⚠️ Warnings (7)

📁 src/modules/Visibility/frontend/class-frontend.php (1 warning)
📍 Line 🔖 Check 💬 Message
204 WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_post__not_in 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.
📁 src/modules/Register/class-wp-register.php (2 warnings)
📍 Line 🔖 Check 💬 Message
150 WordPress.DB.SlowDBQuery.slow_db_query_meta_query Detected usage of meta_query, possible slow query.
224 WordPress.DB.SlowDBQuery.slow_db_query_meta_query Detected usage of meta_query, possible slow query.
📁 src/auth/class-wp-login-logout.php (1 warning)
📍 Line 🔖 Check 💬 Message
55 WordPress.DB.SlowDBQuery.slow_db_query_meta_query Detected usage of meta_query, possible slow query.
📁 src/repository/class-users.php (2 warnings)
📍 Line 🔖 Check 💬 Message
66 WordPress.DB.SlowDBQuery.slow_db_query_meta_query Detected usage of meta_query, possible slow query.
100 WordPress.DB.SlowDBQuery.slow_db_query_meta_query Detected usage of meta_query, possible slow query.
📁 frontend/css/skautis-frontend.min.css (1 warning)
📍 Line 🔖 Check 💬 Message
0 EnqueuedStylesScope This style is being loaded in all contexts.

🤖 Generated by WordPress Plugin Check Action • Learn more about Plugin Check

@marekdedic marekdedic force-pushed the plugin-check-fixes branch from 889b668 to 23e5bae Compare March 5, 2026 16:25
@marekdedic marekdedic force-pushed the plugin-check-fixes branch 2 times, most recently from c43d390 to 2a30565 Compare March 6, 2026 15:41
@marekdedic marekdedic merged commit e73d870 into master Mar 6, 2026
8 checks passed
@marekdedic marekdedic deleted the plugin-check-fixes branch March 6, 2026 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant