Skip to content

Commit 54ff2f3

Browse files
authored
Merge pull request #875 from mujuonly/patch-1
2 parents d9eb263 + 9f97da2 commit 54ff2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressVIPMinimum/Sniffs/Performance/WPQueryParamsSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function getGroups() {
4646
'PostNotIn' => [
4747
'name' => 'PostNotIn',
4848
'type' => 'warning',
49-
'message' => 'Using exclusionary parameters, like %s, 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.',
49+
'message' => 'Using exclusionary parameters, like %s, in calls to get_posts() should be done with caution, see https://docs.wpvip.com/databases/optimize-queries/using-post__not_in/ for more information.',
5050
'keys' => [
5151
'post__not_in',
5252
'exclude',

0 commit comments

Comments
 (0)