add_shortcode( 'lieu', 'ma_google_map' ); function ma_google_map() { global $post; $coords = get_post_meta( $post->ID, '_event_coords', true ); $adresse = get_post_meta( $post->ID, '_event_adresse', true ); return ' Agrandir le plan' }