Skip to content

Commit 00838ae

Browse files
committed
Remove dbDelta Warning
This removes the dbDelta message which previously stated to contact WordPress.com VIP support for review. Fixes #479.
1 parent f6a4a16 commit 00838ae

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

WordPressVIPMinimum/Sniffs/Functions/RestrictedFunctionsSniff.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,6 @@ public function getGroups() {
7474
'attachment_url_to_postid',
7575
],
7676
],
77-
'dbDelta' => [
78-
'type' => 'error',
79-
'message' => 'All database modifications have to approved by the WordPress.com VIP team.',
80-
'functions' => [
81-
'dbDelta',
82-
],
83-
],
8477
// @link https://docs.wpvip.com/technical-references/code-review/vip-notices/#h-switch_to_blog
8578
'switch_to_blog' => [
8679
'type' => 'warning',

0 commit comments

Comments
 (0)