Advertisement
Anticosti

Untitled

May 17th, 2019
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. <?php
  2. $image_ids = get_field( 'serviceroutier_photos', false, false );
  3.  
  4. if ( $image_ids ) {
  5.     $shortcode = '[' . 'gallery link="file" ids="' . implode(',', $image_ids) . '"]';
  6.  
  7.     echo do_shortcode( $shortcode );
  8. }
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement