breakpoints->get_active_breakpoints();
$active_devices = Plugin::$instance->breakpoints->get_active_devices_list( [ 'reverse' => true ] );
$breakpoint_classes_map = array_intersect_key( Plugin::$instance->breakpoints->get_responsive_icons_classes_map(), array_flip( $active_devices ) );
/* translators: %1$s: Device Name */
$breakpoint_label = esc_html__( '%1$s
Settings added for the %1$s device will apply to %2$spx screens and down', 'elementor' );
?>