You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-snippets.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
| Title | Type | Status | Description |
11
11
| ----- | ---- | ------ | ----------- |
12
12
|[Change Admin Email](./admin/change-admin-email.php)| mu-plugin |:white_check_mark:| Changes the admin email address if it hasn't been changed already without triggering email validation. |
13
+
|[Disable WooCommerce Checkout & Restrict Logins to Admins](./admin/disable-checkout-and-limit-login.php)| mu-plugin |:white_check_mark:| Disables WooCommerce checkout and blocks login for all users except administrators. |
13
14
|[log-admin-notices.php](./admin/log-admin-notices.php)| snippet |:white_check_mark:| Log's admin notices on admin_init, great for finding admin_notices to hide. |
14
15
|[mu-dashboard-shortcode.php](./admin/mu-dashboard-shortcode.php)| snippet |:construction:| Unsure what the usage of this snippet is. |
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ The status field is used to indicate the current status of the snippet. This is
24
24
| Title | Type | Status | Description |
25
25
| ----- | ---- | ------ | ----------- |
26
26
|[Change Admin Email](./admin/change-admin-email.php)| mu-plugin |:white_check_mark:| Changes the admin email address if it hasn't been changed already without triggering email validation. |
27
+
|[Disable WooCommerce Checkout & Restrict Logins to Admins](./admin/disable-checkout-and-limit-login.php)| mu-plugin |:white_check_mark:| Disables WooCommerce checkout and blocks login for all users except administrators. |
27
28
|[log-admin-notices.php](./admin/log-admin-notices.php)| snippet |:white_check_mark:| Log's admin notices on admin_init, great for finding admin_notices to hide. |
28
29
|[mu-dashboard-shortcode.php](./admin/mu-dashboard-shortcode.php)| snippet |:construction:| Unsure what the usage of this snippet is. |
29
30
@@ -138,6 +139,10 @@ The status field is used to indicate the current status of the snippet. This is
138
139
|[Failover Status Monitor](./wp-failover/wp-failover.php)| Plugin |:white_check_mark:| Monitors failover status and provides notifications. |
0 commit comments