Our Journal

5 juin 2015
|

Snazzy Maps

Snazzy Maps propose de personnaliser vos cartes directement à l’aide d’options ou de choisir parmi les thèmes créés par les utilisateurs

27 mai 2015
|

Remove Width and Height Attributes From Inserted Images

add_filter( ‘post_thumbnail_html’, ‘remove_width_attribute’, 10 ); add_filter( ‘image_send_to_editor’, ‘remove_width_attribute’, 10 ); function remove_width_attribute( $html ) { $html = preg_replace( ‘/(width|height)=”\d*”\s/’, “”,…