class-admin-notice-custom-css.php
4 weeks ago
class-admin-notices.php
4 weeks ago
class-admin.php
4 weeks ago
class-attachment-fields.php
4 weeks ago
class-columns.php
4 weeks ago
class-demo-content.php
4 weeks ago
class-extensions.php
4 weeks ago
class-gallery-attachment-modal.php
4 weeks ago
class-gallery-datasources.php
4 weeks ago
class-gallery-editor.php
4 weeks ago
class-gallery-metabox-fields.php
4 weeks ago
class-gallery-metabox-items.php
4 weeks ago
class-gallery-metabox-settings-helper.php
4 weeks ago
class-gallery-metabox-settings.php
4 weeks ago
class-gallery-metabox-template.php
4 weeks ago
class-gallery-metaboxes.php
4 weeks ago
class-menu.php
4 weeks ago
class-pro-promotion.php
4 weeks ago
class-settings.php
4 weeks ago
class-silent-installer-skin.php
4 weeks ago
class-trial-mode.php
4 weeks ago
demo-content-galleries.php
4 weeks ago
demo-content-images.php
4 weeks ago
index.php
4 weeks ago
pro-features.php
4 weeks ago
view-features.php
4 weeks ago
view-help-demos.php
4 weeks ago
view-help-getting-started.php
4 weeks ago
view-help-pro.php
4 weeks ago
view-help.php
4 weeks ago
view-system-info.php
4 weeks ago
demo-content-images.php
106 lines
| 1 | <?php |
| 2 | |
| 3 | return array( |
| 4 | array( |
| 5 | 'key' => 'demo1', |
| 6 | 'url' => 'https://assets.fooplugins.com/unsplash/1.jpg', |
| 7 | 'title' => 'Mountain Lake - FooGallery Sample Image 1', |
| 8 | 'caption' => 'Snow-capped mountains reflected in a calm alpine lake', |
| 9 | 'description' => 'A peaceful alpine lake with crystal-clear blue water reflecting snow-covered peaks, creating a perfect mirror image of the mountains and sky.', |
| 10 | 'alt' => 'Mountain lake reflecting snow-capped peaks under blue sky', |
| 11 | 'tags' => array( 'Mountains', 'Lake', 'Reflection', 'Snow', 'Blue', 'White', 'Water', 'Nature' ), |
| 12 | 'categories' => array( 'Mountains', 'Water', 'Landscapes' ) |
| 13 | ), |
| 14 | array( |
| 15 | 'key' => 'demo2', |
| 16 | 'url' => 'https://assets.fooplugins.com/unsplash/2.jpg', |
| 17 | 'title' => 'Rice Terraces - FooGallery Sample Image 2', |
| 18 | 'caption' => 'Golden rice terraces in the hills', |
| 19 | 'description' => 'Sweeping hillside rice terraces glow in golden light, with layers of bright green vegetation cascading down the slopes.', |
| 20 | 'alt' => 'Green and golden rice terraces on hillside at sunset', |
| 21 | 'tags' => array( 'Terraces', 'Hills', 'Field', 'Green', 'Yellow', 'Gold', 'Nature', 'Agriculture' ), |
| 22 | 'categories' => array( 'Agriculture', 'Landscapes' ) |
| 23 | ), |
| 24 | array( |
| 25 | 'key' => 'demo3', |
| 26 | 'url' => 'https://assets.fooplugins.com/unsplash/3.jpg', |
| 27 | 'title' => 'Snowy Peaks - FooGallery Sample Image 3', |
| 28 | 'caption' => 'Snow-covered mountain range under cloudy sky', |
| 29 | 'description' => 'A dramatic view of rugged, snow-covered mountain peaks rising sharply into the sky with soft blue-gray clouds overhead.', |
| 30 | 'alt' => 'Snowy mountain peaks with cloudy sky', |
| 31 | 'tags' => array( 'Mountains', 'Snow', 'Peaks', 'Clouds', 'White', 'Gray', 'Nature' ), |
| 32 | 'categories' => array( 'Mountains', 'Landscapes' ) |
| 33 | ), |
| 34 | array( |
| 35 | 'key' => 'demo4', |
| 36 | 'url' => 'https://assets.fooplugins.com/unsplash/4.jpg', |
| 37 | 'title' => 'Countryside Sunset - FooGallery Sample Image 4', |
| 38 | 'caption' => 'Golden sunset over a grassy countryside', |
| 39 | 'description' => 'The countryside glows in golden evening light, with green fields and a warm orange sky painting the horizon.', |
| 40 | 'alt' => 'Countryside sunset with trees and fields', |
| 41 | 'tags' => array( 'Countryside', 'Field', 'Trees', 'Sunset', 'Orange', 'Yellow', 'Green', 'Nature' ), |
| 42 | 'categories' => array( 'Landscapes', 'Skies' ) |
| 43 | ), |
| 44 | array( |
| 45 | 'key' => 'demo5', |
| 46 | 'url' => 'https://assets.fooplugins.com/unsplash/5.jpg', |
| 47 | 'title' => 'Waterfall - FooGallery Sample Image 5', |
| 48 | 'caption' => 'Tall waterfall with bridge above', |
| 49 | 'description' => 'A tall, powerful waterfall cascades down a cliffside, framed by lush green vegetation, with a bridge crossing above.', |
| 50 | 'alt' => 'Tall waterfall and bridge in green forest', |
| 51 | 'tags' => array( 'Waterfall', 'Bridge', 'Cliff', 'Green', 'White', 'Water', 'Nature' ), |
| 52 | 'categories' => array( 'Water', 'Forests', 'Landscapes' ) |
| 53 | ), |
| 54 | array( |
| 55 | 'key' => 'demo6', |
| 56 | 'url' => 'https://assets.fooplugins.com/unsplash/6.jpg', |
| 57 | 'title' => 'Forest Meadow - FooGallery Sample Image 6', |
| 58 | 'caption' => 'Sunlit meadow with trees and mountains', |
| 59 | 'description' => 'Golden sunlight streams across a meadow framed by tall trees, with distant mountains as a backdrop.', |
| 60 | 'alt' => 'Sunlit meadow with forest and mountains', |
| 61 | 'tags' => array( 'Meadow', 'Forest', 'Mountains', 'Trees', 'Green', 'Yellow', 'Nature' ), |
| 62 | 'categories' => array( 'Forests', 'Landscapes' ) |
| 63 | ), |
| 64 | array( |
| 65 | 'key' => 'demo7', |
| 66 | 'url' => 'https://assets.fooplugins.com/unsplash/7.jpg', |
| 67 | 'title' => 'Pink Sky - FooGallery Sample Image 7', |
| 68 | 'caption' => 'Pink and purple evening sky with clouds', |
| 69 | 'description' => 'A glowing sunset sky filled with shades of pink, purple, and orange clouds.', |
| 70 | 'alt' => 'Pink and purple clouds in evening sky', |
| 71 | 'tags' => array( 'Sky', 'Clouds', 'Pink', 'Purple', 'Orange', 'Sunset', 'Nature' ), |
| 72 | 'categories' => array( 'Skies', 'Landscapes' ) |
| 73 | ), |
| 74 | array( |
| 75 | 'key' => 'demo8', |
| 76 | 'url' => 'https://assets.fooplugins.com/unsplash/8.jpg', |
| 77 | 'title' => 'Starry Night - FooGallery Sample Image 8', |
| 78 | 'caption' => 'Star-filled night sky over mountains', |
| 79 | 'description' => 'A breathtaking night scene featuring the Milky Way arching above mountain silhouettes.', |
| 80 | 'alt' => 'Starry sky with Milky Way over mountains', |
| 81 | 'tags' => array( 'Stars', 'Night', 'Sky', 'Mountains', 'Blue', 'Black', 'Nature' ), |
| 82 | 'categories' => array( 'Night', 'Skies', 'Mountains' ) |
| 83 | ), |
| 84 | array( |
| 85 | 'key' => 'demo9', |
| 86 | 'url' => 'https://assets.fooplugins.com/unsplash/9.jpg', |
| 87 | 'title' => 'Sunset Horizon - FooGallery Sample Image 9', |
| 88 | 'caption' => 'Fiery sunset with crescent moon', |
| 89 | 'description' => 'The horizon glows in orange and red as the sun sets, while a crescent moon rises above the silhouetted treetops.', |
| 90 | 'alt' => 'Crescent moon and fiery orange sunset horizon', |
| 91 | 'tags' => array( 'Sunset', 'Moon', 'Sky', 'Orange', 'Red', 'Silhouette', 'Nature' ), |
| 92 | 'categories' => array( 'Skies', 'Night' ) |
| 93 | ), |
| 94 | array( |
| 95 | 'key' => 'demo10', |
| 96 | 'url' => 'https://assets.fooplugins.com/unsplash/10.jpg', |
| 97 | 'title' => 'Forest Close-up - FooGallery Sample Image 10', |
| 98 | 'caption' => 'Mossy tree trunk in green forest', |
| 99 | 'description' => 'A detailed close-up of a moss-covered tree trunk set against a blurred green forest background.', |
| 100 | 'alt' => 'Close-up of mossy tree trunk in forest', |
| 101 | 'tags' => array( 'Tree', 'Forest', 'Moss', 'Green', 'Brown', 'Nature' ), |
| 102 | 'categories' => array( 'Forests', 'Landscapes' ) |
| 103 | ) |
| 104 | ); |
| 105 | |
| 106 |