Preview:
/* ************************************ Elementor вставка МАСКи в поле телефон ************************************* */
function biz2web_scripts() {
  $uploads = wp_upload_dir();
  $upload_path = $uploads['baseurl'];
    wp_enqueue_script('masked-input', $upload_path . '/mask/jquery.maskedinput.min.js', array('jquery'), '1.1', true);
}
add_action( 'wp_enqueue_scripts', 'biz2web_scripts' );
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