Skip to content

Commit

Permalink
new widget order
Browse files Browse the repository at this point in the history
  • Loading branch information
curtismchale committed Oct 31, 2024
1 parent 7830675 commit ec9fbc5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions updates/release-2024.10.31.0627.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

# set widget order for all users
wp user list --field=ID --format=ids --allow-root | xargs -0 --d ' ' -I % wp user meta update % meta-box-order_dashboard '{
"normal": "proud_news_feed,proud_ye_checklist_widget,proud_concierge,proud_gogov,proud_training,proud_help_center,proud_support",
"side": "proud_help_news_feed,proud_clean_up,proud_plain_language,proud_review,proud_payments_widget,proud_accounts_widget",
"column3": "",
"column4": ""
}' --format=json --allow-root

0 comments on commit ec9fbc5

Please sign in to comment.