I am trying to put three menu items before the Dashboard
menu item in admin dashboard.
Problem is that Dashboard
has menu position 2
.
I can manage to put in two menu items before with position 0
and 1
, but 2
collides with Dashboard.
So my thought was to move the Dashboard position. Is this possible?
Can I change Dashboard
menu position from 2
to something else (like 3, 4 or 5)?
Is there a hook for this?