Beispiel #1
0
 function image_url($filename = null)
 {
     if (!empty($filename)) {
         return GalleryHtmlHelper::uploads_url() . '/' . $this->plugin_name . '/' . $filename;
     }
     return false;
 }
Beispiel #2
0
 function image_url($filename = null)
 {
     if (!empty($filename)) {
         return GalleryHtmlHelper::uploads_url() . '/slideshow-gallery/' . $filename;
     }
     return false;
 }