/ Published in: PHP
One crazy designer felt that the title attributes and image alt tool tips were a detraction to his perfect design. This snippit remove images alt="" and href title="" meta.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function fb-remove_title($input) { '$matches', 'return "";' ), $input ); } add_filter('wp_list_pages','fb-remove_title');