Hi, this is a user screen setting that I think will probably stay out of the scope of this plugin. (Also because this plugin isn’t updated for a long time)
Ive created a plugin to create default screen settings for a role and apply them to current and new users.
Not sure if it works out of the box since this will probably use a custom meta key but you can use a filter to add this key for synchronisation.
https://wordpress.org/plugins/view-admin-as/
See documentation for more info on the filter:
https://viewadminas.wordpress.com/documentation/actions-filters/
Jory is right, creating a default panel arrangement for new users is out-of-scope for this plugin.
Since there are no custom meta keys being used in this plugin (I simply leverage existing built-in methods to add extra columns), existing solutions may still work for you.
If you’re using the default screen_layout_%% (%% = wildcard) metakeys it will definitely work.
Great to see that this plugin is still maintained!
Built-in functionality all the way.
screen_layout_post
screen_layout_page
meta-box-order_page
meta-box-order_post
I thought it was about time for an update.