hide woo commerce dashboard status and reports from woo commerce from specific users but display to other users

For the dashboard case. if ( !current_user_can(‘manage_options’) ) { function remove_dashboard_widgets() { // remove WooCommerce Dashboard Status remove_meta_box( ‘woocommerce_dashboard_status’, ‘dashboard’, ‘normal’); } add_action(‘wp_user_dashboard_setup’, ‘remove_dashboard_widgets’, 20); add_action(‘wp_dashboard_setup’, ‘remove_dashboard_widgets’, 20); }

Custom Fields on User Dashboard?

I just found this plugin which allows you to create custom options http://wordpress.org/extend/plugins/custom-options-plus/faq/ You can then place the php code to display the value of the option inside your dashboard for members who are logged in but not administrators. You can display the value as text wrapped in a div tag and style as you … Read more

All of my WordPress sites have Bold Open Sans

I solved the issue. If anyone else has this issue here is the solution. – It ended up being a Creative Cloud problem. – Open up the creative cloud click assests and navigate to fonts. – From there you can enable and disable fonts. – Disabled the Open Sans and it fixed all my dashboards.

Jetpack Connection Broken [closed]

Oops. OK, I figured it out. I’ll blame it on UX: there is a button on Jetpack’s very ornate admin page which allows you to connect and disconnect from WordPress.com. But the button is very closely matched to the colour of the background, and the microcopy is a little confusing. But I’ll cop to a … Read more