Quantcast
Channel: WordPress.org Forums » [WP-Filebase Download Manager] Support
Viewing all articles
Browse latest Browse all 1341

mdariful on "[Plugin: WP-Filebase Download Manager] remove widget"

$
0
0

Hello i want to remove widget from dashboard. Already try to use this snip:

function remove_dashboard_widgets() {
	global $wp_meta_boxes;
	unset($wp_meta_boxes['dashboard']['side']['core']['wpfb-add-file-widget']);
}
add_action('wp_dashboard_setup', 'remove_dashboard_widgets' );

but don't work. THanks for help

https://wordpress.org/plugins/wp-filebase/


Viewing all articles
Browse latest Browse all 1341