We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a4a16 commit 00838aeCopy full SHA for 00838ae
WordPressVIPMinimum/Sniffs/Functions/RestrictedFunctionsSniff.php
@@ -74,13 +74,6 @@ public function getGroups() {
74
'attachment_url_to_postid',
75
],
76
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
84
// @link https://docs.wpvip.com/technical-references/code-review/vip-notices/#h-switch_to_blog
85
'switch_to_blog' => [
86
'type' => 'warning',
0 commit comments