choixDates
test des dates
// Add Shortcode function choisirdate() { $theID=get_the_ID(); echo "<br>ID : $theID<br>"; } add_shortcode( 'choixdates', 'choisirdate' );
test des dates
// Add Shortcode function choisirdate() { $theID=get_the_ID(); echo "<br>ID : $theID<br>"; } add_shortcode( 'choixdates', 'choisirdate' );