Testing of this plugin has been temporarily suspended due to an error. It will automatically resume when a new plugin version is released.
function plt_hide_codevision_elementor_smart_fonts_dashboard_widgets() {
$screen = get_current_screen();
if ( !$screen ) {
return;
}
//Remove the "63780b15b3a90" widget.
remove_meta_box('cv_widget_id', 'dashboard', 'normal');
}
add_action('wp_dashboard_setup', 'plt_hide_codevision_elementor_smart_fonts_dashboard_widgets', 20);