Exemple #1
0
 public function show_template_options()
 {
     global $post;
     $options = new MaxGalleriaImageTilesOptions($post->ID);
     if ($options->get_template() == 'image-tiles') {
         require_once 'image-tiles-meta.php';
     }
 }