No need to flag for super admin on VIP Go:
|
'get_super_admins' => [ |
|
'type' => 'error', |
|
'message' => '`%s` is prohibited on the WordPress.com VIP platform.', |
|
'functions' => [ |
|
'get_super_admins', |
|
], |
|
], |
Silenced here anyways:
|
<rule ref="WordPressVIPMinimum.Functions.RestrictedFunctions.get_super_admins_get_super_admins"> |
|
<severity>0</severity> |
|
</rule> |
No need to flag for super admin on VIP Go:
VIP-Coding-Standards/WordPressVIPMinimum/Sniffs/Functions/RestrictedFunctionsSniff.php
Lines 53 to 59 in 6d3f526
Silenced here anyways:
VIP-Coding-Standards/WordPress-VIP-Go/ruleset.xml
Lines 305 to 307 in 6d3f526