Greetings. How to set your location of blocks in wp-admin for new users?

For example, that the categories were not on the right, but under the text editor — you can do this manually, but how in wp can you set these values ​​when creating a user?

    1 answer 1

    The code is:

    update_user_meta( $user_id, 'screen_layout_page', '1' ); 

    The last parameter is '1' or '2' - other WordPress does not support.