QUITAR TITULOS Y ALT DE IMAGENES

EN EL HEADER:
<script>
jQuery(document).ready(function($) {
$(‘img[title]’).each(function() { $(this).removeAttr(‘title’); });
});
</script>

SNIPPER:
// Title Removal from WordPress image
add_filter( ‘wp_get_attachment_image_attributes’, ‘remove_image_title’);
function remove_image_title( $attr ) {
unset($attr[‘title’]);
return $attr;
}

Entradas relacionadas

2 comentarios

  • The CBD store – mood gummies offers a medley of formats that make appropriate different preferences, and each one feels ok executed. The lubricate appears dry-clean and in conformance, the packaging materials bear durable, and the design is lucid besides elegant. The products are comfortable to store and go with, thanks to make fast lids and aphoristic sizing. Total, the brand delivers a polished and carefully crafted feel without dispensable extras.

  • Thanks for sharing. I read many of your blog posts, cool, your blog is very good. https://www.binance.com/register?ref=QCGZMHR6

Deja tu comentario