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
-`orbit_branded_emails_header_logo`: Set the logo image in branded emails. Default `''` (empty).
70
+
-`orbit_branded_emails_background_color`: Set the background color of branded emails. Default `woocommerce_email_background_color || '#ffffff'`.
71
+
-`orbit_branded_emails_body_background_color`: Set the body background color of branded emails. Default `woocommerce_email_body_background_color || '#ffffff'`.
72
+
-`orbit_branded_emails_body_border_color`: Set the border color of branded emails. Default `var(--wp--custom--color--border) || '#edeff1'`.
73
+
-`orbit_branded_emails_body_text_color`: Set the body text color of branded emails. Default `woocommerce_email_text_color || var(--wp--preset--color--contrast) || '#3f474d'`.
74
+
-`orbit_branded_emails_link_color`: Set the link color of branded emails. Default `woocommerce_email_base_color || var(--wp--custom--color--link) || '#8549ff'`.
75
+
-`orbit_branded_emails_footer_text_color`: Set the footer text color of branded emails. Default `woocommerce_email_footer_text_color || var(--wp--preset--color--contrast) || '#3F474d'`.
76
+
-`orbit_branded_emails_font_family`: Set the font family of branded emails. Default `woocommerce_email_font_family || '"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif'`.
77
+
-`orbit_branded_emails_logo_image_width`: Set the logo image width in branded emails. Default `woocommerce_email_header_image_width || 120`.
78
+
79
+
### UI Cleanup
80
+
56
81
The following filters can be used to override the default behavior of certain features. Set the filter to `true` to enable the feature, or `false` to disable it.
57
82
58
-
-`orbit_enable_wordpress_updates`: Control the visibility of the WordPress updates item in the toolbar. Default `false` (hidden).
59
-
-`orbit_enable_xmlrpc`: Enable or disable XML-RPC functionality. Default `false` (disabled).
60
-
-`orbit_enable_user_caps_access`: Enable Orbit's user capability restrictions. Default `true` (enabled).
-`orbit_enable_gravity_forms_access`: Enable Orbit's Gravity Forms capability restrictions. Default `true` (enabled).
63
-
-`orbit_enable_expose_wordpress_version`: Show or hide the WordPress version in the site's frontend markup. Default `false` (hidden).
64
-
-`orbit_enable_admin_environment_name`: Control the display of the environment name in the admin area. Default `true` (enabled).
65
83
-`orbit_enable_menu_item_dashboard`: Control the visibility of the Dashboard menu item. Default `true` (visible).
66
84
-`orbit_enable_menu_item_posts`: Control the visibility of the Posts menu item. Default `true` (visible).
67
85
-`orbit_enable_menu_item_comments`: Control the visibility of the Comments menu item and toolbar item. Default `false` (hidden).
68
86
-`orbit_enable_toolbar_item_new_content`: Control the visibility of the "New Content" item in the toolbar. Default `true` (visible).
69
87
-`orbit_enable_login_logo`: Enable replacement of the login logo. Default `true` (enabled).
70
88
-`orbit_login_logo_url`: Provide a URL to replace the default WordPress login logo. No default.
89
+
-`orbit_enable_admin_environment_name`: Control the display of the environment name in the admin area. Default `true` (enabled).
90
+
91
+
### Security
92
+
93
+
The following filters can be used to override the default behavior of certain features. Set the filter to `true` to enable the feature, or `false` to disable it.
94
+
71
95
-`orbit_enable_rest_api_user_endpoints`: Enable or disable REST API user endpoints. Default `false` (disabled).
96
+
-`orbit_enable_xmlrpc`: Enable or disable XML-RPC functionality. Default `false` (disabled).
97
+
-`orbit_enable_expose_wordpress_version`: Show or hide the WordPress version in the site's frontend markup. Default `false` (hidden).
98
+
99
+
### Capabilities
100
+
101
+
The following filters can be used to override the default behavior of certain features. Set the filter to `true` to enable the feature, or `false` to disable it.
102
+
103
+
-`orbit_enable_user_caps_access`: Enable Orbit's user capability restrictions. Default `true` (enabled).
-`orbit_enable_gravity_forms_access`: Enable Orbit's Gravity Forms capability restrictions. Default `true` (enabled).
106
+
107
+
### Other Safety Measures
108
+
109
+
The following filters can be used to override the default behavior of certain features. Set the filter to `true` to enable the feature, or `false` to disable it.
110
+
111
+
-`orbit_enable_wordpress_updates`: Control the visibility of the WordPress updates item in the toolbar. Default `false` (hidden).
112
+
113
+
### Other Features
114
+
72
115
-`orbit_remote_files_url`: Override the production URL used for loading remote media files. Default value comes from `ORBIT_REMOTE_FILES_URL`.
0 commit comments