/*
Theme Name:     Deversori Press
Theme URI:      https://deversori.press/theme
Description:    
Author:         CoToNet (PT)
Author URI:     https://www.cotonet.pt
Template:       customizr-pro
Version:        1.0.0
*/

/* Your awesome customizations start right here !
-------------------------------------------------------------- */
function add_custom_tooltip(){
?>
<script>
jQuery(window).load(function(){
jQuery('a').removeAttr('title');
jQuery('img').removeAttr('title');
});
</script>
<?php
}
add_action('wp_footer', 'add_custom_tooltip');