Viewing 1 replies (of 1 total)
  • Thread Starter Ronnieinspain

    (@ronnieinspain)

    i’m not known for my patience, the following code works like a charm:

    if( function_exists( 'print_thumbnail_slider_func' ) ) {
    
              echo '<div class="image_slider">';
              echo do_shortcode('[print_thumbnail_slider]');
              echo '</div>';
    
    } else {
    
              echo 'do whatever else ...';
    
    }
Viewing 1 replies (of 1 total)
  • The topic ‘function name’ is closed to new replies.