Remove wp-admin footer components.
- Parent items remove child items.
<?php
return [
'wp-admin.$role|$username' => [
'common.footer',
'common.footer.credit',
'common.footer.credit' => (string) $credit,
'common.footer.version',
],
];
Remove all;
<?php
return [
'wp-admin.$role|$username' => [
'common.footer',
],
];