/**
* Class for plugin functionality
*/
class DWCSTS
{
function __construct()
{
add_action('wp_dashboard_setup', array( $this, 'removingWCStatus' ));
}
function removingWCStatus()
{
remove_meta_box( 'woocommerce_dashboard_status', 'dashboard', 'normal');
}
}
$dwcsts = new DWCSTS();
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter