-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Milestone
Description
No need to flag for super admin on VIP Go:
VIP-Coding-Standards/WordPressVIPMinimum/Sniffs/Functions/RestrictedFunctionsSniff.php
Lines 53 to 59 in 6d3f526
| 'get_super_admins' => [ | |
| 'type' => 'error', | |
| 'message' => '`%s` is prohibited on the WordPress.com VIP platform.', | |
| 'functions' => [ | |
| 'get_super_admins', | |
| ], | |
| ], |
Silenced here anyways:
VIP-Coding-Standards/WordPress-VIP-Go/ruleset.xml
Lines 305 to 307 in 6d3f526
| <rule ref="WordPressVIPMinimum.Functions.RestrictedFunctions.get_super_admins_get_super_admins"> | |
| <severity>0</severity> | |
| </rule> |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels