Multiple $updates = array

Hi !

This is a line for changing the name of a widget in my wordpress menu.
$updates = array(
“Analytify” => array(
‘name’ => ‘Analytics’,
‘icon’ => ‘dashicons-chart-line’
)
);

It works well, but I would like to change another plugin name too.
Where should I add
“otherpluginname” => array(
name’ => ‘newname’,
icon’ => ‘dashicons-chart-line’.

Before the parenthesis, after ? other ?

thank you for your help
Roman

Sponsor our Newsletter | Privacy Policy | Terms of Service