setup-wizard
1 day ago
templates
1 day ago
admin-bar.php
2 months ago
admin-helper.php
1 day ago
admin-notices.php
1 day ago
beta-testers.php
2 months ago
duplicator.php
1 month ago
elements.php
3 weeks ago
feedback.php
1 month ago
keys.php
3 weeks ago
pa-rollback.php
2 months ago
elements.php
1471 lines
| 1 | <?php |
| 2 | /** |
| 3 | * PA Elements. |
| 4 | */ |
| 5 | |
| 6 | use PremiumAddons\Includes\Helper_Functions; |
| 7 | |
| 8 | $elements = array( |
| 9 | 'cat-1' => array( |
| 10 | 'icon' => 'all', |
| 11 | 'title' => __( 'All Elements', 'premium-addons-for-elementor' ), |
| 12 | 'elements' => array( |
| 13 | array( |
| 14 | 'key' => 'premium-mscroll', |
| 15 | 'title' => __( 'Magic Scroll', 'premium-addons-for-elementor' ), |
| 16 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-magic-scroll-global-addon/', 'magic', 'wp-dash', 'dashboard' ), |
| 17 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/?post_type%5B%5D=docs&s=magic+scroll', 'magic', 'wp-dash', 'dashboard' ), |
| 18 | 'is_pro' => true, |
| 19 | 'is_global' => true, |
| 20 | ), |
| 21 | array( |
| 22 | 'key' => 'premium-mobile-menu', |
| 23 | 'name' => 'premium-mobile-menu', |
| 24 | 'title' => __( 'Mobile Menu', 'premium-addons-for-elementor' ), |
| 25 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-mobile-menu-widget/', 'mobile-menu', 'wp-dash', 'dashboard' ), |
| 26 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-mobile-menu-widget-tutorial/', 'mobile-menu', 'wp-dash', 'dashboard' ), |
| 27 | 'draw_svg' => true, |
| 28 | 'tutorial' => 'https://www.youtube.com/watch?v=OPSlk9YoIGI', |
| 29 | 'is_freemium' => true, |
| 30 | ), |
| 31 | array( |
| 32 | 'key' => 'premium-media-wheel', |
| 33 | 'name' => 'premium-media-wheel', |
| 34 | 'title' => __( 'Advanced Media Carousel', 'premium-addons-for-elementor' ), |
| 35 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-advanced-carousel-widget/', 'adv-carousel', 'wp-dash', 'dashboard' ), |
| 36 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-advanced-media-carousel-widget/', 'adv-carousel', 'wp-dash', 'dashboard' ), |
| 37 | 'is_freemium' => true, |
| 38 | ), |
| 39 | array( |
| 40 | 'key' => 'premium-nav-menu', |
| 41 | 'name' => 'premium-nav-menu', |
| 42 | 'title' => __( 'Nav/Mega Menu', 'premium-addons-for-elementor' ), |
| 43 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-mega-menu-widget/', 'menu', 'wp-dash', 'dashboard' ), |
| 44 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-mega-menu-widget-tutorial', 'menu', 'wp-dash', 'dashboard' ), |
| 45 | 'is_freemium' => true, |
| 46 | ), |
| 47 | array( |
| 48 | 'key' => 'premium-hscroll', |
| 49 | 'name' => 'premium-hscroll', |
| 50 | 'title' => __( 'Horizontal Scroll', 'premium-addons-for-elementor' ), |
| 51 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-horizontal-scroll-widget/', 'hscroll', 'wp-dash', 'dashboard' ), |
| 52 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/horizontal-scroll/', 'hscroll', 'wp-dash', 'dashboard' ), |
| 53 | 'tutorial' => 'https://www.youtube.com/watch?v=JdMD7-on8gs', |
| 54 | 'is_pro' => true, |
| 55 | 'icon' => 'pa-pro-horizontal-scroll', |
| 56 | ), |
| 57 | array( |
| 58 | 'key' => 'premium-image-hotspots', |
| 59 | 'name' => 'premium-addon-image-hotspots', |
| 60 | 'title' => __( 'Image Hotspots', 'premium-addons-for-elementor' ), |
| 61 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-image-hotspots-widget/', 'hotspots', 'wp-dash', 'dashboard' ), |
| 62 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-hotspots-widget-tutorial/', 'hotspots', 'wp-dash', 'dashboard' ), |
| 63 | 'is_pro' => true, |
| 64 | 'draw_svg' => true, |
| 65 | 'icon' => 'pa-pro-hot-spot', |
| 66 | ), |
| 67 | array( |
| 68 | 'key' => 'premium-blog', |
| 69 | 'name' => 'premium-addon-blog', |
| 70 | 'title' => __( 'Blog', 'premium-addons-for-elementor' ), |
| 71 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/blog-widget-for-elementor-page-builder/', 'blog', 'wp-dash', 'dashboard' ), |
| 72 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/blog/', 'blog', 'wp-dash', 'dashboard' ), |
| 73 | ), |
| 74 | array( |
| 75 | 'key' => 'premium-image-comparison', |
| 76 | 'name' => 'premium-addon-image-comparison', |
| 77 | 'title' => __( 'Image Comparison', 'premium-addons-for-elementor' ), |
| 78 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-comparison-widget-for-elementor-page-builder/', 'img-compare', 'wp-dash', 'dashboard' ), |
| 79 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-image-comparison-widget/', 'img-compare', 'wp-dash', 'dashboard' ), |
| 80 | 'is_pro' => true, |
| 81 | 'icon' => 'pa-pro-image-comparison', |
| 82 | ), |
| 83 | array( |
| 84 | 'key' => 'premium-vscroll', |
| 85 | 'name' => 'premium-vscroll', |
| 86 | 'title' => __( 'Vertical Scroll', 'premium-addons-for-elementor' ), |
| 87 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/vertical-scroll-widget-for-elementor-page-builder/', 'vscroll', 'wp-dash', 'dashboard' ), |
| 88 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/vertical-scroll-widget-tutorial/', 'vscroll', 'wp-dash', 'dashboard' ), |
| 89 | 'tutorial' => 'https://www.youtube.com/watch?v=MuLaIn1QXfQ', |
| 90 | ), |
| 91 | array( |
| 92 | 'key' => 'premium-content-toggle', |
| 93 | 'name' => 'premium-addon-content-toggle', |
| 94 | 'title' => __( 'Content Toggle', 'premium-addons-for-elementor' ), |
| 95 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-content-toggle-widget/', 'content-switcher', 'wp-dash', 'dashboard' ), |
| 96 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-content-toggle-widget-tutorial/', 'content-switcher', 'wp-dash', 'dashboard' ), |
| 97 | 'is_pro' => true, |
| 98 | 'icon' => 'pa-pro-content-switcher', |
| 99 | ), |
| 100 | array( |
| 101 | 'key' => 'premium-multi-scroll', |
| 102 | 'name' => 'premium-multi-scroll', |
| 103 | 'title' => __( 'Multi Scroll', 'premium-addons-for-elementor' ), |
| 104 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/multi-scroll-widget-for-elementor-page-builder/', 'mscroll', 'wp-dash', 'dashboard' ), |
| 105 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-multi-scroll-widget-tutorial/', 'mscroll', 'wp-dash', 'dashboard' ), |
| 106 | 'tutorial' => 'https://www.youtube.com/watch?v=IzYnD6oDYXw', |
| 107 | 'is_pro' => true, |
| 108 | 'icon' => 'pa-pro-multi-scroll', |
| 109 | ), |
| 110 | array( |
| 111 | 'key' => 'premium-color-transition', |
| 112 | 'name' => 'premium-color-transition', |
| 113 | 'title' => __( 'Background Transition', 'premium-addons-for-elementor' ), |
| 114 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-background-transition-widget/', 'background-transition', 'wp-dash', 'dashboard' ), |
| 115 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/background-transition-widget-tutorial/', 'background-transition', 'wp-dash', 'dashboard' ), |
| 116 | 'is_pro' => true, |
| 117 | 'icon' => 'pa-pro-color-transition', |
| 118 | ), |
| 119 | array( |
| 120 | 'key' => 'premium-notifications', |
| 121 | 'name' => 'premium-notifications', |
| 122 | 'title' => __( 'Recent Posts Notification', 'premium-addons-for-elementor' ), |
| 123 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-recent-posts-notification-widget/', 'notification', 'wp-dash', 'dashboard' ), |
| 124 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-recent-posts-notification-widget/', 'notification', 'wp-dash', 'dashboard' ), |
| 125 | 'draw_svg' => true, |
| 126 | 'is_freemium' => true, |
| 127 | ), |
| 128 | array( |
| 129 | 'key' => 'premium-magic-section', |
| 130 | 'name' => 'premium-addon-magic-section', |
| 131 | 'title' => __( 'Off Canvas', 'premium-addons-for-elementor' ), |
| 132 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-off-canvas-widget/', 'off-canvas', 'wp-dash', 'dashboard' ), |
| 133 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-off-canvas-widget-tutorial/', 'off-canvas', 'wp-dash', 'dashboard' ), |
| 134 | 'is_pro' => true, |
| 135 | 'draw_svg' => true, |
| 136 | 'icon' => 'pa-pro-magic-section', |
| 137 | 'tutorial' => 'https://www.youtube.com/watch?v=t-aosch5Xzo', |
| 138 | ), |
| 139 | array( |
| 140 | 'key' => 'premium-tables', |
| 141 | 'name' => 'premium-tables-addon', |
| 142 | 'title' => __( 'Table', 'premium-addons-for-elementor' ), |
| 143 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-table-widget/', 'table', 'wp-dash', 'dashboard' ), |
| 144 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/table-widget-tutorial/', 'table', 'wp-dash', 'dashboard' ), |
| 145 | 'is_pro' => true, |
| 146 | 'icon' => 'pa-pro-table', |
| 147 | ), |
| 148 | array( |
| 149 | 'key' => 'woo-products', |
| 150 | 'title' => __( 'Woo Products', 'premium-addons-for-elementor' ), |
| 151 | 'name' => 'premium-woo-products', |
| 152 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-woocommerce-products/', 'products', 'wp-dash', 'dashboard' ), |
| 153 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-woocommerce-products-listing-tutorial/', 'products', 'wp-dash', 'dashboard' ), |
| 154 | 'is_freemium' => true, |
| 155 | ), |
| 156 | array( |
| 157 | 'key' => 'premium-site-logo', |
| 158 | 'name' => 'premium-site-logo', |
| 159 | 'title' => __( 'Site Logo', 'premium-addons-for-elementor' ), |
| 160 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-site-logo-widget/', 'logo', 'wp-dash', 'dashboard' ), |
| 161 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-site-logo-widget-tutorial/', 'logo', 'wp-dash', 'dashboard' ), |
| 162 | 'is_pro' => true, |
| 163 | 'draw_svg' => true, |
| 164 | 'icon' => 'pa-pro-site-logo', |
| 165 | ), |
| 166 | array( |
| 167 | 'key' => 'premium-lottie-widget', |
| 168 | 'name' => 'premium-lottie', |
| 169 | 'title' => __( 'Lottie Animations', 'premium-addons-for-elementor' ), |
| 170 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-lottie-animations-widget/', 'lottie', 'wp-dash', 'dashboard' ), |
| 171 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-lottie-animations-widget-tutorial/', 'lottie', 'wp-dash', 'dashboard' ), |
| 172 | 'tutorial' => 'https://www.youtube.com/watch?v=0QWzUpF57dw', |
| 173 | ), |
| 174 | array( |
| 175 | 'key' => 'premium-carousel', |
| 176 | 'name' => 'premium-carousel-widget', |
| 177 | 'title' => __( 'Carousel', 'premium-addons-for-elementor' ), |
| 178 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-carousel-widget/', 'carousel', 'wp-dash', 'dashboard' ), |
| 179 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/carousel/', 'carousel', 'wp-dash', 'dashboard' ), |
| 180 | 'tutorial' => 'https://www.youtube.com/watch?v=OiiN0WJbzng', |
| 181 | ), |
| 182 | array( |
| 183 | 'key' => 'premium-smart-post-listing', |
| 184 | 'name' => 'premium-smart-post-listing', |
| 185 | 'title' => __( 'Smart Post Listing', 'premium-addons-for-elementor' ), |
| 186 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-smart-post-listing-widget/', 'spl', 'wp-dash', 'dashboard' ), |
| 187 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/smart-post-listing-widget/', 'spl', 'wp-dash', 'dashboard' ), |
| 188 | 'is_pro' => true, |
| 189 | ), |
| 190 | array( |
| 191 | 'key' => 'premium-maps', |
| 192 | 'name' => 'premium-addon-maps', |
| 193 | 'title' => __( 'Google Maps', 'premium-addons-for-elementor' ), |
| 194 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/google-maps-widget-for-elementor-page-builder/', 'maps', 'wp-dash', 'dashboard' ), |
| 195 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/google-maps/', 'maps', 'wp-dash', 'dashboard' ), |
| 196 | 'tutorial' => 'https://www.youtube.com/watch?v=z4taEeCY77Q', |
| 197 | 'is_freemium' => true, |
| 198 | ), |
| 199 | array( |
| 200 | 'key' => 'premium-person', |
| 201 | 'name' => 'premium-addon-person', |
| 202 | 'title' => __( 'Team Members', 'premium-addons-for-elementor' ), |
| 203 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/persons-widget-for-elementor-page-builder/', 'members', 'wp-dash', 'dashboard' ), |
| 204 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/persons-widget-tutorial/', 'members', 'wp-dash', 'dashboard' ), |
| 205 | ), |
| 206 | array( |
| 207 | 'key' => 'premium-svg-drawer', |
| 208 | 'name' => 'premium-svg-drawer', |
| 209 | 'title' => __( 'SVG Draw', 'premium-addons-for-elementor' ), |
| 210 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-svg-draw-widget/', 'svg', 'wp-dash', 'dashboard' ), |
| 211 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-svg-draw-widget/', 'svg', 'wp-dash', 'dashboard' ), |
| 212 | 'tutorial' => 'https://www.youtube.com/watch?v=omoI4jHHvHQ', |
| 213 | ), |
| 214 | array( |
| 215 | 'key' => 'premium-tabs', |
| 216 | 'name' => 'premium-addon-tabs', |
| 217 | 'title' => __( 'Tabs', 'premium-addons-for-elementor' ), |
| 218 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-tabs-widget/', 'tabs', 'wp-dash', 'dashboard' ), |
| 219 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/tabs-widget-tutorial/', 'tabs', 'wp-dash', 'dashboard' ), |
| 220 | 'is_pro' => true, |
| 221 | 'draw_svg' => true, |
| 222 | 'icon' => 'pa-pro-tabs', |
| 223 | ), |
| 224 | array( |
| 225 | 'key' => 'premium-fancytext', |
| 226 | 'name' => 'premium-addon-fancy-text', |
| 227 | 'title' => __( 'Animated Text', 'premium-addons-for-elementor' ), |
| 228 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-animated-text-widget/', 'fancy-text', 'wp-dash', 'dashboard' ), |
| 229 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-animated-text-widget-tutorial/', 'fancy-text', 'wp-dash', 'dashboard' ), |
| 230 | 'tutorial' => 'https://www.youtube.com/watch?v=Q5aRlJdXFw0', |
| 231 | 'is_freemium' => true, |
| 232 | ), |
| 233 | array( |
| 234 | 'key' => 'premium-title', |
| 235 | 'name' => 'premium-addon-title', |
| 236 | 'title' => __( 'Heading', 'premium-addons-for-elementor' ), |
| 237 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/heading-widget-for-elementor-page-builder/', 'heading', 'wp-dash', 'dashboard' ), |
| 238 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/heading-widget-tutorial/', 'heading', 'wp-dash', 'dashboard' ), |
| 239 | 'draw_svg' => true, |
| 240 | ), |
| 241 | array( |
| 242 | 'key' => 'premium-dual-header', |
| 243 | 'name' => 'premium-addon-dual-header', |
| 244 | 'title' => __( 'Dual Heading', 'premium-addons-for-elementor' ), |
| 245 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/dual-header-widget-for-elementor-page-builder/', 'dual', 'wp-dash', 'dashboard' ), |
| 246 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/dual-heading-widget-tutorial/', 'dual', 'wp-dash', 'dashboard' ), |
| 247 | ), |
| 248 | array( |
| 249 | 'key' => 'premium-divider', |
| 250 | 'name' => 'premium-divider', |
| 251 | 'title' => __( 'Divider', 'premium-addons-for-elementor' ), |
| 252 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/divider-widget-for-elementor-page-builder/', 'divider', 'wp-dash', 'dashboard' ), |
| 253 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-divider-widget-tutorial/', 'divider', 'wp-dash', 'dashboard' ), |
| 254 | 'is_pro' => true, |
| 255 | 'draw_svg' => true, |
| 256 | 'icon' => 'pa-pro-separator', |
| 257 | ), |
| 258 | array( |
| 259 | 'key' => 'premium-grid', |
| 260 | 'name' => 'premium-img-gallery', |
| 261 | 'title' => __( 'Media Grid/Gallery', 'premium-addons-for-elementor' ), |
| 262 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-grid-widget/', 'grid', 'wp-dash', 'dashboard' ), |
| 263 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/grid/', 'grid', 'wp-dash', 'dashboard' ), |
| 264 | ), |
| 265 | array( |
| 266 | 'key' => 'premium-tcloud', |
| 267 | 'name' => 'premium-tcloud', |
| 268 | 'title' => __( 'Tags Cloud', 'premium-addons-for-elementor' ), |
| 269 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-tags-cloud-widget/', 'tcloud', 'wp-dash', 'dashboard' ), |
| 270 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-tags-cloud-widget/', 'tcloud', 'wp-dash', 'dashboard' ), |
| 271 | 'is_freemium' => true, |
| 272 | ), |
| 273 | array( |
| 274 | 'key' => 'premium-image-scroll', |
| 275 | 'name' => 'premium-image-scroll', |
| 276 | 'title' => __( 'Image Scroll', 'premium-addons-for-elementor' ), |
| 277 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-image-scroll-widget/', 'img-scroll', 'wp-dash', 'dashboard' ), |
| 278 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-scroll-widget-tutorial/', 'img-scroll', 'wp-dash', 'dashboard' ), |
| 279 | ), |
| 280 | array( |
| 281 | 'key' => 'premium-image-separator', |
| 282 | 'name' => 'premium-addon-image-separator', |
| 283 | 'title' => __( 'Image Separator', 'premium-addons-for-elementor' ), |
| 284 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-separator-widget-elementor-page-builder/', 'img-separator', 'wp-dash', 'dashboard' ), |
| 285 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-separator-widget-tutorial/', 'img-separator', 'wp-dash', 'dashboard' ), |
| 286 | 'draw_svg' => true, |
| 287 | ), |
| 288 | array( |
| 289 | 'key' => 'premium-textual-showcase', |
| 290 | 'name' => 'premium-textual-showcase', |
| 291 | 'title' => __( 'Textual Showcase', 'premium-addons-for-elementor' ), |
| 292 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-textual-showcase-widget/', 'showcase', 'wp-dash', 'dashboard' ), |
| 293 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-textual-showcase-widget-tutorial/', 'showcase', 'wp-dash', 'dashboard' ), |
| 294 | 'draw_svg' => true, |
| 295 | 'tutorial' => 'https://www.youtube.com/watch?v=xaMVSB3KV4w', |
| 296 | 'is_freemium' => true, |
| 297 | ), |
| 298 | array( |
| 299 | 'key' => 'premium-search-form', |
| 300 | 'name' => 'premium-search-form', |
| 301 | 'title' => __( 'Search Form', 'premium-addons-for-elementor' ), |
| 302 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-ajax-search-widget/', 'search', 'wp-dash', 'dashboard' ), |
| 303 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-ajax-search-widget-tutorial/', 'search', 'wp-dash', 'dashboard' ), |
| 304 | 'is_freemium' => true, |
| 305 | ), |
| 306 | array( |
| 307 | 'key' => 'premium-img-layers', |
| 308 | 'name' => 'premium-img-layers-addon', |
| 309 | 'title' => __( 'Image Layers', 'premium-addons-for-elementor' ), |
| 310 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-layers-widget-for-elementor-page-builder/', 'img-layers', 'wp-dash', 'dashboard' ), |
| 311 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/image-layers/', 'img-layers', 'wp-dash', 'dashboard' ), |
| 312 | 'tutorial' => 'https://www.youtube.com/watch?v=D3INxWw_jKI', |
| 313 | 'is_pro' => true, |
| 314 | 'draw_svg' => true, |
| 315 | 'icon' => 'pa-pro-image-layers', |
| 316 | ), |
| 317 | array( |
| 318 | 'key' => 'premium-image-accordion', |
| 319 | 'name' => 'premium-image-accordion', |
| 320 | 'title' => __( 'Image Accordion', 'premium-addons-for-elementor' ), |
| 321 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-image-accordion-widget/', 'img-accordion', 'wp-dash', 'dashboard' ), |
| 322 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-accordion-widget-tutorial/', 'img-accordion', 'wp-dash', 'dashboard' ), |
| 323 | 'is_pro' => true, |
| 324 | 'draw_svg' => true, |
| 325 | 'icon' => 'pa-pro-image-accordion', |
| 326 | ), |
| 327 | array( |
| 328 | 'key' => 'premium-videobox', |
| 329 | 'name' => 'premium-addon-video-box', |
| 330 | 'title' => __( 'Video Box', 'premium-addons-for-elementor' ), |
| 331 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-video-box-widget/', 'video-box', 'wp-dash', 'dashboard' ), |
| 332 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/video-box/', 'video-box', 'wp-dash', 'dashboard' ), |
| 333 | ), |
| 334 | array( |
| 335 | 'key' => 'premium-google-reviews', |
| 336 | 'name' => 'premium-google-reviews', |
| 337 | 'title' => __( 'Google Reviews', 'premium-addons-for-elementor' ), |
| 338 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-google-reviews-widget/', 'google-reviews', 'wp-dash', 'dashboard' ), |
| 339 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/google-reviews/', 'google-reviews', 'wp-dash', 'dashboard' ), |
| 340 | 'tutorial' => 'https://www.youtube.com/watch?v=Z0EeGyD34Zk', |
| 341 | 'is_pro' => true, |
| 342 | 'icon' => 'pa-pro-google-reviews', |
| 343 | ), |
| 344 | array( |
| 345 | 'key' => 'premium-lottie', |
| 346 | 'title' => __( 'Lottie Animations', 'premium-addons-for-elementor' ), |
| 347 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-lottie-animations-container-addon/', 'lottie-addon', 'wp-dash', 'dashboard' ), |
| 348 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/lottie-background/', 'lottie-addon', 'wp-dash', 'dashboard' ), |
| 349 | 'tutorial' => 'https://www.youtube.com/watch?v=KVrenWNEdkY', |
| 350 | 'is_pro' => true, |
| 351 | 'is_global' => true, |
| 352 | ), |
| 353 | array( |
| 354 | 'key' => 'premium-parallax', |
| 355 | 'title' => __( 'Parallax', 'premium-addons-for-elementor' ), |
| 356 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-parallax-container-addon/', 'parallax', 'wp-dash', 'dashboard' ), |
| 357 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-parallax-addon-tutorial/', 'parallax', 'wp-dash', 'dashboard' ), |
| 358 | 'tutorial' => 'https://www.youtube.com/watch?v=hkMNjxLoZ2w', |
| 359 | 'is_pro' => true, |
| 360 | 'draw_svg' => true, |
| 361 | 'is_global' => true, |
| 362 | ), |
| 363 | array( |
| 364 | 'key' => 'premium-particles', |
| 365 | 'title' => __( 'Particles', 'premium-addons-for-elementor' ), |
| 366 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/particles-section-addon-for-elementor-page-builder/', 'particles', 'wp-dash', 'dashboard' ), |
| 367 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/particles/', 'particles', 'wp-dash', 'dashboard' ), |
| 368 | 'tutorial' => 'https://www.youtube.com/watch?v=bPmWKv4VWrI', |
| 369 | 'is_pro' => true, |
| 370 | 'is_global' => true, |
| 371 | ), |
| 372 | array( |
| 373 | 'key' => 'premium-gradient', |
| 374 | 'title' => __( 'Animated Gradient', 'premium-addons-for-elementor' ), |
| 375 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-container-animated-gradients-addon/', 'gradients', 'wp-dash', 'dashboard' ), |
| 376 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-animated-gradients-container-addon-tutorial/', 'gradients', 'wp-dash', 'dashboard' ), |
| 377 | 'tutorial' => 'https://www.youtube.com/watch?v=IL4USvwR6K4', |
| 378 | 'is_pro' => true, |
| 379 | 'is_global' => true, |
| 380 | ), |
| 381 | array( |
| 382 | 'key' => 'premium-kenburns', |
| 383 | 'title' => __( 'Animated Ken Burns', 'premium-addons-for-elementor' ), |
| 384 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/ken-burns-container-addon-for-elementor-page-builder/', 'kenburns', 'wp-dash', 'dashboard' ), |
| 385 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-ken-burns-container-addon-tutorial/', 'kenburns', 'wp-dash', 'dashboard' ), |
| 386 | 'tutorial' => 'https://www.youtube.com/watch?v=DUNFjWphZfs', |
| 387 | 'is_pro' => true, |
| 388 | 'is_global' => true, |
| 389 | ), |
| 390 | array( |
| 391 | 'key' => 'premium-blob', |
| 392 | 'title' => __( 'Blob Generator', 'premium-addons-for-elementor' ), |
| 393 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-animated-blob-generator/', 'blob', 'wp-dash', 'dashboard' ), |
| 394 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-animated-blob-generator-container-addon-tutorial/', 'blob', 'wp-dash', 'dashboard' ), |
| 395 | 'is_pro' => true, |
| 396 | 'is_global' => true, |
| 397 | ), |
| 398 | array( |
| 399 | 'key' => 'premium-modalbox', |
| 400 | 'name' => 'premium-addon-modal-box', |
| 401 | 'title' => __( 'Modal Box', 'premium-addons-for-elementor' ), |
| 402 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/modal-box-widget-for-elementor-page-builder/', 'modal', 'wp-dash', 'dashboard' ), |
| 403 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/modal-box/', 'modal', 'wp-dash', 'dashboard' ), |
| 404 | 'tutorial' => 'https://www.youtube.com/watch?v=3lLxSyf2nyk', |
| 405 | 'draw_svg' => true, |
| 406 | ), |
| 407 | array( |
| 408 | 'key' => 'premium-notbar', |
| 409 | 'name' => 'premium-notbar', |
| 410 | 'title' => __( 'Alert Box', 'premium-addons-for-elementor' ), |
| 411 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-alert-box-widget/', 'alert-box', 'wp-dash', 'dashboard' ), |
| 412 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-alert-box-widget-tutorial/', 'alert-box', 'wp-dash', 'dashboard' ), |
| 413 | 'is_pro' => true, |
| 414 | 'draw_svg' => true, |
| 415 | 'icon' => 'pa-pro-notification-bar', |
| 416 | 'tutorial' => 'https://www.youtube.com/watch?v=SMYF1JA_4co', |
| 417 | ), |
| 418 | array( |
| 419 | 'key' => 'premium-prev-img', |
| 420 | 'name' => 'premium-addon-preview-image', |
| 421 | 'title' => __( 'Preview Window', 'premium-addons-for-elementor' ), |
| 422 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/preview-window-widget-for-elementor-page-builder/', 'preview-window', 'wp-dash', 'dashboard' ), |
| 423 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/preview-window-widget-tutorial/', 'preview-window', 'wp-dash', 'dashboard' ), |
| 424 | 'tutorial' => 'https://www.youtube.com/watch?v=EmptjFjrc4E', |
| 425 | 'is_pro' => true, |
| 426 | 'draw_svg' => true, |
| 427 | 'icon' => 'pa-pro-preview-window', |
| 428 | ), |
| 429 | array( |
| 430 | 'key' => 'premium-testimonials', |
| 431 | 'name' => 'premium-addon-testimonials', |
| 432 | 'title' => __( 'Testimonials', 'premium-addons-for-elementor' ), |
| 433 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/testimonials-widget-for-elementor-page-builder/', 'testimonials', 'wp-dash', 'dashboard' ), |
| 434 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/testimonials-widget-tutorial/', 'testimonials', 'wp-dash', 'dashboard' ), |
| 435 | ), |
| 436 | array( |
| 437 | 'key' => 'premium-facebook-reviews', |
| 438 | 'name' => 'premium-facebook-reviews', |
| 439 | 'title' => __( 'Facebook Reviews', 'premium-addons-for-elementor' ), |
| 440 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-facebook-reviews-widget/', 'fb-reviews', 'wp-dash', 'dashboard' ), |
| 441 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/facebook-reviews/', 'fb-reviews', 'wp-dash', 'dashboard' ), |
| 442 | 'tutorial' => 'https://www.youtube.com/watch?v=zl-OFo3IFd8', |
| 443 | 'is_pro' => true, |
| 444 | 'icon' => 'pa-pro-facebook-reviews', |
| 445 | ), |
| 446 | array( |
| 447 | 'key' => 'premium-yelp-reviews', |
| 448 | 'name' => 'premium-yelp-reviews', |
| 449 | 'title' => __( 'Yelp Reviews', 'premium-addons-for-elementor' ), |
| 450 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-yelp-reviews-widget/', 'yelp', 'wp-dash', 'dashboard' ), |
| 451 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/yelp-reviews/', 'yelp', 'wp-dash', 'dashboard' ), |
| 452 | 'tutorial' => 'https://www.youtube.com/watch?v=5T-MveVFvns', |
| 453 | 'is_pro' => true, |
| 454 | 'icon' => 'pa-pro-yelp-reviews', |
| 455 | ), |
| 456 | array( |
| 457 | 'key' => 'premium-countdown', |
| 458 | 'name' => 'premium-countdown-timer', |
| 459 | 'title' => __( 'Countdown', 'premium-addons-for-elementor' ), |
| 460 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-countdown-widget-2/', 'countdown', 'wp-dash', 'dashboard' ), |
| 461 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-countdown-widget-tutorial/', 'countdown', 'wp-dash', 'dashboard' ), |
| 462 | 'is_freemium' => true, |
| 463 | ), |
| 464 | array( |
| 465 | 'key' => 'premium-banner', |
| 466 | 'name' => 'premium-addon-banner', |
| 467 | 'title' => __( 'Banner', 'premium-addons-for-elementor' ), |
| 468 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/banner-widget-for-elementor-page-builder/', 'banner', 'wp-dash', 'dashboard' ), |
| 469 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-banner-widget-tutorial/', 'banner', 'wp-dash', 'dashboard' ), |
| 470 | 'draw_svg' => true, |
| 471 | ), |
| 472 | array( |
| 473 | 'key' => 'premium-button', |
| 474 | 'name' => 'premium-addon-button', |
| 475 | 'title' => __( 'Button', 'premium-addons-for-elementor' ), |
| 476 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-button-widget/', 'button', 'wp-dash', 'dashboard' ), |
| 477 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/button/', 'button', 'wp-dash', 'dashboard' ), |
| 478 | 'tutorial' => 'https://www.youtube.com/watch?v=w4NuCUkCIV4', |
| 479 | 'draw_svg' => true, |
| 480 | ), |
| 481 | array( |
| 482 | 'key' => 'premium-image-button', |
| 483 | 'name' => 'premium-addon-image-button', |
| 484 | 'title' => __( 'Image Button', 'premium-addons-for-elementor' ), |
| 485 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-button-widget-for-elementor-page-builder/', 'img-button', 'wp-dash', 'dashboard' ), |
| 486 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/image-button/', 'img-button', 'wp-dash', 'dashboard' ), |
| 487 | 'draw_svg' => true, |
| 488 | ), |
| 489 | array( |
| 490 | 'key' => 'premium-flipbox', |
| 491 | 'name' => 'premium-addon-flip-box', |
| 492 | 'title' => __( '3D Hover Box', 'premium-addons-for-elementor' ), |
| 493 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/3d-hover-box-flip-box-widget-for-elementor/', 'hover-box', 'wp-dash', 'dashboard' ), |
| 494 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/flip-box-widget-tutorial/', 'hover-box', 'wp-dash', 'dashboard' ), |
| 495 | 'is_pro' => true, |
| 496 | 'draw_svg' => true, |
| 497 | 'icon' => 'pa-pro-flip-box', |
| 498 | ), |
| 499 | array( |
| 500 | 'key' => 'premium-iconbox', |
| 501 | 'name' => 'premium-addon-icon-box', |
| 502 | 'title' => __( 'Icon Box', 'premium-addons-for-elementor' ), |
| 503 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-icon-box-widget/', 'icon-box', 'wp-dash', 'dashboard' ), |
| 504 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/icon-box-widget-tutorial/', 'icon-box', 'wp-dash', 'dashboard' ), |
| 505 | 'is_pro' => true, |
| 506 | 'draw_svg' => true, |
| 507 | 'icon' => 'pa-pro-icon-box', |
| 508 | ), |
| 509 | array( |
| 510 | 'key' => 'premium-ihover', |
| 511 | 'name' => 'premium-ihover', |
| 512 | 'title' => __( 'iHover', 'premium-addons-for-elementor' ), |
| 513 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/ihover-widget-for-elementor-page-builder/', 'ihover', 'wp-dash', 'dashboard' ), |
| 514 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-ihover-widget/', 'ihover', 'wp-dash', 'dashboard' ), |
| 515 | 'is_pro' => true, |
| 516 | 'draw_svg' => true, |
| 517 | 'icon' => 'pa-pro-ihover', |
| 518 | ), |
| 519 | array( |
| 520 | 'key' => 'premium-unfold', |
| 521 | 'name' => 'premium-unfold-addon', |
| 522 | 'title' => __( 'Unfold', 'premium-addons-for-elementor' ), |
| 523 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/unfold-widget-for-elementor-page-builder/', 'unfold', 'wp-dash', 'dashboard' ), |
| 524 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-unfold-widget/', 'unfold', 'wp-dash', 'dashboard' ), |
| 525 | 'is_pro' => true, |
| 526 | 'icon' => 'pa-pro-unfold', |
| 527 | ), |
| 528 | array( |
| 529 | 'key' => 'premium-icon-list', |
| 530 | 'name' => 'premium-icon-list', |
| 531 | 'title' => __( 'Bullet List', 'premium-addons-for-elementor' ), |
| 532 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-bullet-list-widget/', 'bullet', 'wp-dash', 'dashboard' ), |
| 533 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-bullet-list-widget-tutorial/', 'bullet', 'wp-dash', 'dashboard' ), |
| 534 | 'tutorial' => 'https://www.youtube.com/watch?v=MPeXJiZ14sI', |
| 535 | 'draw_svg' => true, |
| 536 | ), |
| 537 | array( |
| 538 | 'key' => 'premium-facebook-feed', |
| 539 | 'name' => 'premium-facebook-feed', |
| 540 | 'title' => __( 'Facebook Feed', 'premium-addons-for-elementor' ), |
| 541 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-facebook-feed-widget/', 'fb-feed', 'wp-dash', 'dashboard' ), |
| 542 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/facebook-feed-widget-tutorial/', 'fb-feed', 'wp-dash', 'dashboard' ), |
| 543 | 'is_pro' => true, |
| 544 | 'icon' => 'pa-pro-facebook-feed', |
| 545 | ), |
| 546 | array( |
| 547 | 'key' => 'premium-twitter-feed', |
| 548 | 'name' => 'premium-twitter-feed', |
| 549 | 'title' => __( 'Twitter Feed', 'premium-addons-for-elementor' ), |
| 550 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/twitter-feed-widget-for-elementor-page-builder/', 'twitter-feed', 'wp-dash', 'dashboard' ), |
| 551 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/twitter-feed-widget-tutorial/', 'twitter-feed', 'wp-dash', 'dashboard' ), |
| 552 | 'tutorial' => 'https://www.youtube.com/watch?v=wsurRDuR6pg', |
| 553 | 'is_pro' => true, |
| 554 | 'icon' => 'pa-pro-twitter-feed', |
| 555 | ), |
| 556 | array( |
| 557 | 'key' => 'premium-instagram-feed', |
| 558 | 'name' => 'premium-addon-instagram-feed', |
| 559 | 'title' => __( 'Instagram Feed', 'premium-addons-for-elementor' ), |
| 560 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-instagram-feed-widget/', 'instagram', 'wp-dash', 'dashboard' ), |
| 561 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/instagram-feed/', 'instagram', 'wp-dash', 'dashboard' ), |
| 562 | 'is_pro' => true, |
| 563 | 'icon' => 'pa-pro-instagram-feed', |
| 564 | ), |
| 565 | array( |
| 566 | 'key' => 'premium-tiktok-feed', |
| 567 | 'name' => 'premium-tiktok-feed', |
| 568 | 'title' => __( 'Tiktok Feed', 'premium-addons-for-elementor' ), |
| 569 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-tiktok-feed-widget/', 'tiktok', 'wp-dash', 'dashboard' ), |
| 570 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/tiktok-feed/', 'tiktok', 'wp-dash', 'dashboard' ), |
| 571 | 'icon' => 'pa-tiktok', |
| 572 | 'is_freemium' => true, |
| 573 | ), |
| 574 | array( |
| 575 | 'key' => 'premium-pinterest-feed', |
| 576 | 'name' => 'premium-pinterest-feed', |
| 577 | 'title' => __( 'Pinterest Feed', 'premium-addons-for-elementor' ), |
| 578 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-pinterest-feed-widget/', 'pinterest', 'wp-dash', 'dashboard' ), |
| 579 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-pinterest-feed-widget/', 'pinterest', 'wp-dash', 'dashboard' ), |
| 580 | 'icon' => 'pa-pinterest', |
| 581 | 'is_freemium' => true, |
| 582 | ), |
| 583 | array( |
| 584 | 'key' => 'premium-behance', |
| 585 | 'name' => 'premium-behance-feed', |
| 586 | 'title' => __( 'Behance Feed', 'premium-addons-for-elementor' ), |
| 587 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/behance-feed-widget-for-elementor-page-builder/', 'behance', 'wp-dash', 'dashboard' ), |
| 588 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/behance-feed-widget-tutorial/', 'behance', 'wp-dash', 'dashboard' ), |
| 589 | 'tutorial' => 'https://www.youtube.com/watch?v=AXATK3oIXl0', |
| 590 | 'is_pro' => true, |
| 591 | 'icon' => 'pa-pro-behance-feed', |
| 592 | ), |
| 593 | array( |
| 594 | 'key' => 'premium-progressbar', |
| 595 | 'name' => 'premium-addon-progressbar', |
| 596 | 'title' => __( 'Progress Bar', 'premium-addons-for-elementor' ), |
| 597 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/progress-bar-widget-for-elementor-page-builder/', 'progress', 'wp-dash', 'dashboard' ), |
| 598 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-progress-bar-widget/', 'progress', 'wp-dash', 'dashboard' ), |
| 599 | 'tutorial' => 'https://www.youtube.com/watch?v=Y7xqwhgDQJg', |
| 600 | 'draw_svg' => true, |
| 601 | ), |
| 602 | array( |
| 603 | 'key' => 'premium-pricing-table', |
| 604 | 'name' => 'premium-addon-pricing-table', |
| 605 | 'title' => __( 'Pricing Table', 'premium-addons-for-elementor' ), |
| 606 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-pricing-table-widget/', 'pricing', 'wp-dash', 'dashboard' ), |
| 607 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/pricing-table-widget-tutorial/', 'pricing', 'wp-dash', 'dashboard' ), |
| 608 | 'draw_svg' => true, |
| 609 | ), |
| 610 | array( |
| 611 | 'key' => 'premium-charts', |
| 612 | 'name' => 'premium-chart', |
| 613 | 'title' => __( 'Charts', 'premium-addons-for-elementor' ), |
| 614 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-charts-widget/', 'charts', 'wp-dash', 'dashboard' ), |
| 615 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/charts-widget-tutorial/', 'charts', 'wp-dash', 'dashboard' ), |
| 616 | 'tutorial' => 'https://www.youtube.com/watch?v=lZZvslQ2UYU', |
| 617 | 'is_pro' => true, |
| 618 | 'icon' => 'pa-pro-charts', |
| 619 | ), |
| 620 | array( |
| 621 | 'key' => 'premium-counter', |
| 622 | 'name' => 'premium-counter', |
| 623 | 'title' => __( 'Counter', 'premium-addons-for-elementor' ), |
| 624 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/counter-widget-for-elementor-page-builder/', 'counter', 'wp-dash', 'dashboard' ), |
| 625 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/counter-widget-tutorial/', 'counter', 'wp-dash', 'dashboard' ), |
| 626 | 'draw_svg' => true, |
| 627 | ), |
| 628 | array( |
| 629 | 'key' => 'premium-contactform', |
| 630 | 'name' => 'premium-contact-form', |
| 631 | 'title' => __( 'Contact Form 7', 'premium-addons-for-elementor' ), |
| 632 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/contact-form-7-widget-for-elementor-page-builder/', 'form', 'wp-dash', 'dashboard' ), |
| 633 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/contact-form-7-widget-tutorial/', 'form', 'wp-dash', 'dashboard' ), |
| 634 | 'is_freemium' => true, |
| 635 | ), |
| 636 | array( |
| 637 | 'key' => 'premium-whatsapp-chat', |
| 638 | 'name' => 'premium-whatsapp-chat', |
| 639 | 'title' => __( 'WhatsApp Chat', 'premium-addons-for-elementor' ), |
| 640 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/whatsapp-widget-for-elementor-page-builder/', 'whatsapp', 'wp-dash', 'dashboard' ), |
| 641 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/whatsapp-chat-widget-tutorial/', 'whatsapp', 'wp-dash', 'dashboard' ), |
| 642 | 'is_pro' => true, |
| 643 | 'draw_svg' => true, |
| 644 | 'icon' => 'pa-pro-whatsapp', |
| 645 | ), |
| 646 | array( |
| 647 | 'key' => 'woo-categories', |
| 648 | 'title' => __( 'Woo Categories', 'premium-addons-for-elementor' ), |
| 649 | 'name' => 'premium-woo-categories', |
| 650 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-woocommerce-categories-widget/', 'cats', 'wp-dash', 'dashboard' ), |
| 651 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-woocommerce-products-listing-tutorial/', 'cats', 'wp-dash', 'dashboard' ), |
| 652 | 'is_freemium' => true, |
| 653 | ), |
| 654 | array( |
| 655 | 'key' => 'mini-cart', |
| 656 | 'title' => __( 'Woo Mini Cart', 'premium-addons-for-elementor' ), |
| 657 | 'name' => 'premium-mini-cart', |
| 658 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-woocommerce-mini-cart-widget/', 'mini-cart', 'wp-dash', 'dashboard' ), |
| 659 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-woocommerce-mini-cart-widget-tutorial/', 'mini-cart', 'wp-dash', 'dashboard' ), |
| 660 | 'is_freemium' => true, |
| 661 | ), |
| 662 | array( |
| 663 | 'key' => 'woo-cta', |
| 664 | 'title' => __( 'Woo CTA', 'premium-addons-for-elementor' ), |
| 665 | 'name' => 'premium-woo-cta', |
| 666 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-woocommerce-cta-widget/', 'woo-cta', 'wp-dash', 'dashboard' ), |
| 667 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-woo-cta-widget-tutorial/', 'woo-cta', 'wp-dash', 'dashboard' ), |
| 668 | 'draw_svg' => true, |
| 669 | 'is_freemium' => true, |
| 670 | ), |
| 671 | array( |
| 672 | 'key' => 'premium-world-clock', |
| 673 | 'name' => 'premium-world-clock', |
| 674 | 'title' => __( 'World Clock', 'premium-addons-for-elementor' ), |
| 675 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-world-clock-widget/', 'clock', 'wp-dash', 'dashboard' ), |
| 676 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-world-clock-widget/', 'clock', 'wp-dash', 'dashboard' ), |
| 677 | 'is_freemium' => true, |
| 678 | ), |
| 679 | array( |
| 680 | 'key' => 'premium-post-ticker', |
| 681 | 'name' => 'premium-post-ticker', |
| 682 | 'title' => __( 'News Ticker', 'premium-addons-for-elementor' ), |
| 683 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-news-ticker-widget/', 'ticker', 'wp-dash', 'dashboard' ), |
| 684 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-news-ticker-widget/', 'ticker', 'wp-dash', 'dashboard' ), |
| 685 | 'draw_svg' => true, |
| 686 | 'is_freemium' => true, |
| 687 | ), |
| 688 | array( |
| 689 | 'key' => 'premium-weather', |
| 690 | 'name' => 'premium-weather', |
| 691 | 'title' => __( 'Weather', 'premium-addons-for-elementor' ), |
| 692 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-weather-widget/', 'weather', 'wp-dash', 'dashboard' ), |
| 693 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-weather-widget/', 'weather', 'wp-dash', 'dashboard' ), |
| 694 | 'draw_svg' => true, |
| 695 | 'is_freemium' => true, |
| 696 | ), |
| 697 | ), |
| 698 | ), |
| 699 | 'cat-2' => array( |
| 700 | 'icon' => 'content', |
| 701 | 'title' => __( 'Content Widgets', 'premium-addons-for-elementor' ), |
| 702 | 'elements' => array( |
| 703 | array( |
| 704 | 'key' => 'premium-search-form', |
| 705 | 'name' => 'premium-search-form', |
| 706 | 'title' => __( 'Search Form', 'premium-addons-for-elementor' ), |
| 707 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-ajax-search-widget/', 'search', 'wp-dash', 'dashboard' ), |
| 708 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-ajax-search-widget-tutorial/', 'search', 'wp-dash', 'dashboard' ), |
| 709 | 'is_freemium' => true, |
| 710 | ), |
| 711 | array( |
| 712 | 'key' => 'premium-carousel', |
| 713 | 'name' => 'premium-carousel-widget', |
| 714 | 'title' => __( 'Carousel', 'premium-addons-for-elementor' ), |
| 715 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-carousel-widget/', 'carousel', 'wp-dash', 'dashboard' ), |
| 716 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/carousel/', 'carousel', 'wp-dash', 'dashboard' ), |
| 717 | 'tutorial' => 'https://www.youtube.com/watch?v=OiiN0WJbzng', |
| 718 | ), |
| 719 | array( |
| 720 | 'key' => 'premium-blog', |
| 721 | 'name' => 'premium-addon-blog', |
| 722 | 'title' => __( 'Blog', 'premium-addons-for-elementor' ), |
| 723 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/blog-widget-for-elementor-page-builder/', 'blog', 'wp-dash', 'dashboard' ), |
| 724 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/blog/', 'blog', 'wp-dash', 'dashboard' ), |
| 725 | ), |
| 726 | array( |
| 727 | 'key' => 'premium-nav-menu', |
| 728 | 'name' => 'premium-nav-menu', |
| 729 | 'title' => __( 'Nav/Mega Menu', 'premium-addons-for-elementor' ), |
| 730 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-mega-menu-widget/', 'menu', 'wp-dash', 'dashboard' ), |
| 731 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-mega-menu-widget-tutorial', 'menu', 'wp-dash', 'dashboard' ), |
| 732 | 'is_freemium' => true, |
| 733 | ), |
| 734 | array( |
| 735 | 'key' => 'premium-mobile-menu', |
| 736 | 'name' => 'premium-mobile-menu', |
| 737 | 'title' => __( 'Mobile Menu', 'premium-addons-for-elementor' ), |
| 738 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-mobile-menu-widget/', 'mobile-menu', 'wp-dash', 'dashboard' ), |
| 739 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-mobile-menu-widget-tutorial/', 'mobile-menu', 'wp-dash', 'dashboard' ), |
| 740 | 'draw_svg' => true, |
| 741 | 'tutorial' => 'https://www.youtube.com/watch?v=OPSlk9YoIGI', |
| 742 | 'is_freemium' => true, |
| 743 | ), |
| 744 | array( |
| 745 | 'key' => 'premium-maps', |
| 746 | 'name' => 'premium-addon-maps', |
| 747 | 'title' => __( 'Google Maps', 'premium-addons-for-elementor' ), |
| 748 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/google-maps-widget-for-elementor-page-builder/', 'maps', 'wp-dash', 'dashboard' ), |
| 749 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/google-maps/', 'maps', 'wp-dash', 'dashboard' ), |
| 750 | 'tutorial' => 'https://www.youtube.com/watch?v=z4taEeCY77Q', |
| 751 | 'is_freemium' => true, |
| 752 | ), |
| 753 | array( |
| 754 | 'key' => 'premium-person', |
| 755 | 'name' => 'premium-addon-person', |
| 756 | 'title' => __( 'Team Members', 'premium-addons-for-elementor' ), |
| 757 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/persons-widget-for-elementor-page-builder/', 'members', 'wp-dash', 'dashboard' ), |
| 758 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/persons-widget-tutorial/', 'members', 'wp-dash', 'dashboard' ), |
| 759 | ), |
| 760 | array( |
| 761 | 'key' => 'premium-tabs', |
| 762 | 'name' => 'premium-addon-tabs', |
| 763 | 'title' => __( 'Tabs', 'premium-addons-for-elementor' ), |
| 764 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-tabs-widget/', 'tabs', 'wp-dash', 'dashboard' ), |
| 765 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/tabs-widget-tutorial/', 'tabs', 'wp-dash', 'dashboard' ), |
| 766 | 'is_pro' => true, |
| 767 | 'draw_svg' => true, |
| 768 | ), |
| 769 | array( |
| 770 | 'key' => 'premium-content-toggle', |
| 771 | 'name' => 'premium-addon-content-toggle', |
| 772 | 'title' => __( 'Content Toggle', 'premium-addons-for-elementor' ), |
| 773 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-content-toggle-widget/', 'content-switcher', 'wp-dash', 'dashboard' ), |
| 774 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-content-toggle-widget-tutorial/', 'content-switcher', 'wp-dash', 'dashboard' ), |
| 775 | 'is_pro' => true, |
| 776 | ), |
| 777 | array( |
| 778 | 'key' => 'premium-fancytext', |
| 779 | 'name' => 'premium-addon-fancy-text', |
| 780 | 'title' => __( 'Animated Text', 'premium-addons-for-elementor' ), |
| 781 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-animated-text-widget/', 'fancy-text', 'wp-dash', 'dashboard' ), |
| 782 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-animated-text-widget-tutorial/', 'fancy-text', 'wp-dash', 'dashboard' ), |
| 783 | 'tutorial' => 'https://www.youtube.com/watch?v=Q5aRlJdXFw0', |
| 784 | 'is_freemium' => true, |
| 785 | ), |
| 786 | array( |
| 787 | 'key' => 'premium-title', |
| 788 | 'name' => 'premium-addon-title', |
| 789 | 'title' => __( 'Heading', 'premium-addons-for-elementor' ), |
| 790 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/heading-widget-for-elementor-page-builder/', 'heading', 'wp-dash', 'dashboard' ), |
| 791 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/heading-widget-tutorial/', 'heading', 'wp-dash', 'dashboard' ), |
| 792 | 'draw_svg' => true, |
| 793 | ), |
| 794 | array( |
| 795 | 'key' => 'premium-dual-header', |
| 796 | 'name' => 'premium-addon-dual-header', |
| 797 | 'title' => __( 'Dual Heading', 'premium-addons-for-elementor' ), |
| 798 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/dual-header-widget-for-elementor-page-builder/', 'dual', 'wp-dash', 'dashboard' ), |
| 799 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/dual-heading-widget-tutorial/', 'dual', 'wp-dash', 'dashboard' ), |
| 800 | ), |
| 801 | array( |
| 802 | 'key' => 'premium-divider', |
| 803 | 'name' => 'premium-divider', |
| 804 | 'title' => __( 'Divider', 'premium-addons-for-elementor' ), |
| 805 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/divider-widget-for-elementor-page-builder/', 'divider', 'wp-dash', 'dashboard' ), |
| 806 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-divider-widget-tutorial/', 'divider', 'wp-dash', 'dashboard' ), |
| 807 | 'is_pro' => true, |
| 808 | 'draw_svg' => true, |
| 809 | ), |
| 810 | array( |
| 811 | 'key' => 'premium-textual-showcase', |
| 812 | 'name' => 'premium-textual-showcase', |
| 813 | 'title' => __( 'Textual Showcase', 'premium-addons-for-elementor' ), |
| 814 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-textual-showcase-widget/', 'showcase', 'wp-dash', 'dashboard' ), |
| 815 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-textual-showcase-widget-tutorial/', 'showcase', 'wp-dash', 'dashboard' ), |
| 816 | 'draw_svg' => true, |
| 817 | 'tutorial' => 'https://www.youtube.com/watch?v=xaMVSB3KV4w', |
| 818 | 'is_freemium' => true, |
| 819 | ), |
| 820 | ), |
| 821 | ), |
| 822 | 'cat-3' => array( |
| 823 | 'icon' => 'images', |
| 824 | 'title' => __( 'Image & Video Widgets', 'premium-addons-for-elementor' ), |
| 825 | 'elements' => array( |
| 826 | array( |
| 827 | 'key' => 'premium-grid', |
| 828 | 'name' => 'premium-img-gallery', |
| 829 | 'title' => __( 'Media Grid/Gallery', 'premium-addons-for-elementor' ), |
| 830 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-grid-widget/', 'grid', 'wp-dash', 'dashboard' ), |
| 831 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/grid-widget-tutorial/', 'grid', 'wp-dash', 'dashboard' ), |
| 832 | ), |
| 833 | array( |
| 834 | 'key' => 'premium-media-wheel', |
| 835 | 'name' => 'premium-media-wheel', |
| 836 | 'title' => __( 'Advanced Media Carousel', 'premium-addons-for-elementor' ), |
| 837 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-advanced-carousel-widget/', 'adv-carousel', 'wp-dash', 'dashboard' ), |
| 838 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-advanced-media-carousel-widget/', 'adv-carousel', 'wp-dash', 'dashboard' ), |
| 839 | 'is_freemium' => true, |
| 840 | ), |
| 841 | array( |
| 842 | 'key' => 'premium-image-scroll', |
| 843 | 'name' => 'premium-image-scroll', |
| 844 | 'title' => __( 'Image Scroll', 'premium-addons-for-elementor' ), |
| 845 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-image-scroll-widget/', 'img-scroll', 'wp-dash', 'dashboard' ), |
| 846 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-scroll-widget-tutorial/', 'img-scroll', 'wp-dash', 'dashboard' ), |
| 847 | ), |
| 848 | array( |
| 849 | 'key' => 'premium-image-separator', |
| 850 | 'name' => 'premium-addon-image-separator', |
| 851 | 'title' => __( 'Image Separator', 'premium-addons-for-elementor' ), |
| 852 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-separator-widget-elementor-page-builder/', 'img-separator', 'wp-dash', 'dashboard' ), |
| 853 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-separator-widget-tutorial/', 'img-separator', 'wp-dash', 'dashboard' ), |
| 854 | 'draw_svg' => true, |
| 855 | ), |
| 856 | array( |
| 857 | 'key' => 'premium-image-comparison', |
| 858 | 'name' => 'premium-addon-image-comparison', |
| 859 | 'title' => __( 'Image Comparison', 'premium-addons-for-elementor' ), |
| 860 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-comparison-widget-for-elementor-page-builder/', 'img-compare', 'wp-dash', 'dashboard' ), |
| 861 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-image-comparison-widget/', 'img-compare', 'wp-dash', 'dashboard' ), |
| 862 | 'is_pro' => true, |
| 863 | ), |
| 864 | array( |
| 865 | 'key' => 'premium-image-hotspots', |
| 866 | 'name' => 'premium-addon-image-hotspots', |
| 867 | 'title' => __( 'Image Hotspots', 'premium-addons-for-elementor' ), |
| 868 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-image-hotspots-widget/', 'hotspots', 'wp-dash', 'dashboard' ), |
| 869 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-hotspots-widget-tutorial/', 'hotspots', 'wp-dash', 'dashboard' ), |
| 870 | 'is_pro' => true, |
| 871 | 'draw_svg' => true, |
| 872 | ), |
| 873 | array( |
| 874 | 'key' => 'premium-img-layers', |
| 875 | 'name' => 'premium-img-layers-addon', |
| 876 | 'title' => __( 'Image Layers', 'premium-addons-for-elementor' ), |
| 877 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-layers-widget-for-elementor-page-builder/', 'img-layers', 'wp-dash', 'dashboard' ), |
| 878 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/image-layers/', 'img-layers', 'wp-dash', 'dashboard' ), |
| 879 | 'tutorial' => 'https://www.youtube.com/watch?v=D3INxWw_jKI', |
| 880 | 'is_pro' => true, |
| 881 | 'draw_svg' => true, |
| 882 | ), |
| 883 | array( |
| 884 | 'key' => 'premium-image-accordion', |
| 885 | 'name' => 'premium-image-accordion', |
| 886 | 'title' => __( 'Image Accordion', 'premium-addons-for-elementor' ), |
| 887 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-image-accordion-widget/', 'img-accordion', 'wp-dash', 'dashboard' ), |
| 888 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-accordion-widget-tutorial/', 'img-accordion', 'wp-dash', 'dashboard' ), |
| 889 | 'is_pro' => true, |
| 890 | 'draw_svg' => true, |
| 891 | ), |
| 892 | array( |
| 893 | 'key' => 'premium-videobox', |
| 894 | 'name' => 'premium-addon-video-box', |
| 895 | 'title' => __( 'Video Box', 'premium-addons-for-elementor' ), |
| 896 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-video-box-widget/', 'video-box', 'wp-dash', 'dashboard' ), |
| 897 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/video-box/', 'video-box', 'wp-dash', 'dashboard' ), |
| 898 | ), |
| 899 | array( |
| 900 | 'key' => 'premium-site-logo', |
| 901 | 'name' => 'premium-site-logo', |
| 902 | 'title' => __( 'Site Logo', 'premium-addons-for-elementor' ), |
| 903 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-site-logo-widget/', 'logo', 'wp-dash', 'dashboard' ), |
| 904 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-site-logo-widget-tutorial/', 'logo', 'wp-dash', 'dashboard' ), |
| 905 | 'is_pro' => true, |
| 906 | 'draw_svg' => true, |
| 907 | 'icon' => 'pa-pro-site-logo', |
| 908 | ), |
| 909 | ), |
| 910 | ), |
| 911 | 'cat-4' => array( |
| 912 | 'icon' => 'section', |
| 913 | 'title' => __( 'Container Addons & Widgets', 'premium-addons-for-elementor' ), |
| 914 | 'elements' => array( |
| 915 | array( |
| 916 | 'key' => 'premium-hscroll', |
| 917 | 'name' => 'premium-hscroll', |
| 918 | 'title' => __( 'Horizontal Scroll', 'premium-addons-for-elementor' ), |
| 919 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-horizontal-scroll-widget/', 'hscroll', 'wp-dash', 'dashboard' ), |
| 920 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/horizontal-scroll/', 'hscroll', 'wp-dash', 'dashboard' ), |
| 921 | 'tutorial' => 'https://www.youtube.com/watch?v=JdMD7-on8gs', |
| 922 | 'is_pro' => true, |
| 923 | ), |
| 924 | array( |
| 925 | 'key' => 'premium-vscroll', |
| 926 | 'name' => 'premium-vscroll', |
| 927 | 'title' => __( 'Vertical Scroll', 'premium-addons-for-elementor' ), |
| 928 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/vertical-scroll-widget-for-elementor-page-builder/', 'vscroll', 'wp-dash', 'dashboard' ), |
| 929 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/vertical-scroll-widget-tutorial/', 'vscroll', 'wp-dash', 'dashboard' ), |
| 930 | 'tutorial' => 'https://www.youtube.com/watch?v=MuLaIn1QXfQ', |
| 931 | ), |
| 932 | array( |
| 933 | 'key' => 'premium-color-transition', |
| 934 | 'name' => 'premium-color-transition', |
| 935 | 'title' => __( 'Background Transition', 'premium-addons-for-elementor' ), |
| 936 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-background-transition-widget/', 'background-transition', 'wp-dash', 'dashboard' ), |
| 937 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/background-transition-widget-tutorial/', 'background-transition', 'wp-dash', 'dashboard' ), |
| 938 | 'is_pro' => true, |
| 939 | ), |
| 940 | array( |
| 941 | 'key' => 'premium-multi-scroll', |
| 942 | 'name' => 'premium-multi-scroll', |
| 943 | 'title' => __( 'Multi Scroll', 'premium-addons-for-elementor' ), |
| 944 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/multi-scroll-widget-for-elementor-page-builder/', 'mscroll', 'wp-dash', 'dashboard' ), |
| 945 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-multi-scroll-widget-tutorial/', 'mscroll', 'wp-dash', 'dashboard' ), |
| 946 | 'tutorial' => 'https://www.youtube.com/watch?v=IzYnD6oDYXw', |
| 947 | 'is_pro' => true, |
| 948 | ), |
| 949 | array( |
| 950 | 'key' => 'premium-lottie', |
| 951 | 'title' => __( 'Lottie Animations', 'premium-addons-for-elementor' ), |
| 952 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-lottie-animations-container-addon/', 'lottie-addon', 'wp-dash', 'dashboard' ), |
| 953 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/lottie-background/', 'lottie-addon', 'wp-dash', 'dashboard' ), |
| 954 | 'tutorial' => 'https://www.youtube.com/watch?v=KVrenWNEdkY', |
| 955 | 'is_pro' => true, |
| 956 | 'is_global' => true, |
| 957 | ), |
| 958 | array( |
| 959 | 'key' => 'premium-parallax', |
| 960 | 'title' => __( 'Parallax', 'premium-addons-for-elementor' ), |
| 961 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-parallax-container-addon/', 'parallax', 'wp-dash', 'dashboard' ), |
| 962 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-parallax-addon-tutorial/', 'parallax', 'wp-dash', 'dashboard' ), |
| 963 | 'tutorial' => 'https://www.youtube.com/watch?v=hkMNjxLoZ2w', |
| 964 | 'is_pro' => true, |
| 965 | 'draw_svg' => true, |
| 966 | 'is_global' => true, |
| 967 | ), |
| 968 | array( |
| 969 | 'key' => 'premium-particles', |
| 970 | 'title' => __( 'Particles', 'premium-addons-for-elementor' ), |
| 971 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/particles-section-addon-for-elementor-page-builder/', 'particles', 'wp-dash', 'dashboard' ), |
| 972 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/particles/', 'particles', 'wp-dash', 'dashboard' ), |
| 973 | 'tutorial' => 'https://www.youtube.com/watch?v=bPmWKv4VWrI', |
| 974 | 'is_pro' => true, |
| 975 | 'is_global' => true, |
| 976 | ), |
| 977 | array( |
| 978 | 'key' => 'premium-gradient', |
| 979 | 'title' => __( 'Animated Gradient', 'premium-addons-for-elementor' ), |
| 980 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-container-animated-gradients-addon/', 'gradients', 'wp-dash', 'dashboard' ), |
| 981 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-animated-gradients-container-addon-tutorial/', 'gradients', 'wp-dash', 'dashboard' ), |
| 982 | 'tutorial' => 'https://www.youtube.com/watch?v=IL4USvwR6K4', |
| 983 | 'is_pro' => true, |
| 984 | 'is_global' => true, |
| 985 | ), |
| 986 | array( |
| 987 | 'key' => 'premium-kenburns', |
| 988 | 'title' => __( 'Animated Ken Burns', 'premium-addons-for-elementor' ), |
| 989 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/ken-burns-container-addon-for-elementor-page-builder/', 'kenburns', 'wp-dash', 'dashboard' ), |
| 990 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-ken-burns-container-addon-tutorial/', 'kenburns', 'wp-dash', 'dashboard' ), |
| 991 | 'tutorial' => 'https://www.youtube.com/watch?v=DUNFjWphZfs', |
| 992 | 'is_pro' => true, |
| 993 | 'is_global' => true, |
| 994 | ), |
| 995 | array( |
| 996 | 'key' => 'premium-blob', |
| 997 | 'title' => __( 'Blob Generator', 'premium-addons-for-elementor' ), |
| 998 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-animated-blob-generator/', 'blob', 'wp-dash', 'dashboard' ), |
| 999 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-animated-blob-generator-container-addon-tutorial/', 'blob', 'wp-dash', 'dashboard' ), |
| 1000 | 'is_pro' => true, |
| 1001 | 'is_global' => true, |
| 1002 | ), |
| 1003 | ), |
| 1004 | ), |
| 1005 | 'cat-5' => array( |
| 1006 | 'icon' => 'magazine', |
| 1007 | 'title' => __( 'Magazine Widgets', 'premium-addons-for-elementor' ), |
| 1008 | 'elements' => array( |
| 1009 | array( |
| 1010 | 'key' => 'premium-post-ticker', |
| 1011 | 'name' => 'premium-post-ticker', |
| 1012 | 'title' => __( 'News Ticker', 'premium-addons-for-elementor' ), |
| 1013 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-news-ticker-widget/', 'ticker', 'wp-dash', 'dashboard' ), |
| 1014 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-news-ticker-widget/', 'ticker', 'wp-dash', 'dashboard' ), |
| 1015 | 'draw_svg' => true, |
| 1016 | 'is_freemium' => true, |
| 1017 | ), |
| 1018 | array( |
| 1019 | 'key' => 'premium-world-clock', |
| 1020 | 'name' => 'premium-world-clock', |
| 1021 | 'title' => __( 'World Clock', 'premium-addons-for-elementor' ), |
| 1022 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-world-clock-widget/', 'clock', 'wp-dash', 'dashboard' ), |
| 1023 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-world-clock-widget/', 'clock', 'wp-dash', 'dashboard' ), |
| 1024 | 'is_freemium' => true, |
| 1025 | ), |
| 1026 | array( |
| 1027 | 'key' => 'premium-weather', |
| 1028 | 'name' => 'premium-weather', |
| 1029 | 'title' => __( 'Weather', 'premium-addons-for-elementor' ), |
| 1030 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-weather-widget/', 'weather', 'wp-dash', 'dashboard' ), |
| 1031 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-weather-widget/', 'weather', 'wp-dash', 'dashboard' ), |
| 1032 | 'draw_svg' => true, |
| 1033 | 'is_freemium' => true, |
| 1034 | ), |
| 1035 | array( |
| 1036 | 'key' => 'premium-notifications', |
| 1037 | 'name' => 'premium-notifications', |
| 1038 | 'title' => __( 'Recent Posts Notification', 'premium-addons-for-elementor' ), |
| 1039 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-recent-posts-notification-widget/', 'notification', 'wp-dash', 'dashboard' ), |
| 1040 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-recent-posts-notification-widget/', 'notification', 'wp-dash', 'dashboard' ), |
| 1041 | 'draw_svg' => true, |
| 1042 | 'is_freemium' => true, |
| 1043 | ), |
| 1044 | array( |
| 1045 | 'key' => 'premium-tcloud', |
| 1046 | 'name' => 'premium-tcloud', |
| 1047 | 'title' => __( 'Tags Cloud', 'premium-addons-for-elementor' ), |
| 1048 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-tags-cloud-widget/', 'tcloud', 'wp-dash', 'dashboard' ), |
| 1049 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-tags-cloud-widget/', 'tcloud', 'wp-dash', 'dashboard' ), |
| 1050 | 'is_freemium' => true, |
| 1051 | ), |
| 1052 | array( |
| 1053 | 'key' => 'premium-smart-post-listing', |
| 1054 | 'name' => 'premium-smart-post-listing', |
| 1055 | 'title' => __( 'Smart Post Listing', 'premium-addons-for-elementor' ), |
| 1056 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-smart-post-listing-widget/', 'spl', 'wp-dash', 'dashboard' ), |
| 1057 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/smart-post-listing-widget/', 'spl', 'wp-dash', 'dashboard' ), |
| 1058 | 'is_pro' => true, |
| 1059 | ), |
| 1060 | ), |
| 1061 | ), |
| 1062 | 'cat-6' => array( |
| 1063 | 'icon' => 'off-grid', |
| 1064 | 'title' => __( 'Off-Grid Widgets', 'premium-addons-for-elementor' ), |
| 1065 | 'elements' => array( |
| 1066 | array( |
| 1067 | 'key' => 'premium-modalbox', |
| 1068 | 'name' => 'premium-addon-modal-box', |
| 1069 | 'title' => __( 'Modal Box', 'premium-addons-for-elementor' ), |
| 1070 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/modal-box-widget-for-elementor-page-builder/', 'modal', 'wp-dash', 'dashboard' ), |
| 1071 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/modal-box/', 'modal', 'wp-dash', 'dashboard' ), |
| 1072 | 'tutorial' => 'https://www.youtube.com/watch?v=3lLxSyf2nyk', |
| 1073 | 'draw_svg' => true, |
| 1074 | ), |
| 1075 | array( |
| 1076 | 'key' => 'premium-notbar', |
| 1077 | 'name' => 'premium-notbar', |
| 1078 | 'title' => __( 'Alert Box', 'premium-addons-for-elementor' ), |
| 1079 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-alert-box-widget/', 'alert-box', 'wp-dash', 'dashboard' ), |
| 1080 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-alert-box-widget-tutorial/', 'alert-box', 'wp-dash', 'dashboard' ), |
| 1081 | 'is_pro' => true, |
| 1082 | 'draw_svg' => true, |
| 1083 | 'tutorial' => 'https://www.youtube.com/watch?v=SMYF1JA_4co', |
| 1084 | ), |
| 1085 | array( |
| 1086 | 'key' => 'premium-magic-section', |
| 1087 | 'name' => 'premium-addon-magic-section', |
| 1088 | 'title' => __( 'Off Canvas', 'premium-addons-for-elementor' ), |
| 1089 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-off-canvas-widget/', 'off-canvas', 'wp-dash', 'dashboard' ), |
| 1090 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-off-canvas-widget-tutorial/', 'off-canvas', 'wp-dash', 'dashboard' ), |
| 1091 | 'is_pro' => true, |
| 1092 | 'draw_svg' => true, |
| 1093 | 'tutorial' => 'https://www.youtube.com/watch?v=t-aosch5Xzo', |
| 1094 | ), |
| 1095 | array( |
| 1096 | 'key' => 'premium-prev-img', |
| 1097 | 'name' => 'premium-addon-preview-image', |
| 1098 | 'title' => __( 'Preview Window', 'premium-addons-for-elementor' ), |
| 1099 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/preview-window-widget-for-elementor-page-builder/', 'preview-window', 'wp-dash', 'dashboard' ), |
| 1100 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/preview-window-widget-tutorial/', 'preview-window', 'wp-dash', 'dashboard' ), |
| 1101 | 'tutorial' => 'https://www.youtube.com/watch?v=EmptjFjrc4E', |
| 1102 | 'is_pro' => true, |
| 1103 | 'draw_svg' => true, |
| 1104 | ), |
| 1105 | ), |
| 1106 | ), |
| 1107 | 'cat-7' => array( |
| 1108 | 'icon' => 'woocommerce', |
| 1109 | 'title' => __( 'WooCommerce Widgets', 'premium-addons-for-elementor' ), |
| 1110 | 'elements' => array( |
| 1111 | array( |
| 1112 | 'key' => 'woo-products', |
| 1113 | 'title' => __( 'Woo Products', 'premium-addons-for-elementor' ), |
| 1114 | 'name' => 'premium-woo-products', |
| 1115 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-woocommerce-products/', 'products', 'wp-dash', 'dashboard' ), |
| 1116 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-woocommerce-products-listing-tutorial/', 'products', 'wp-dash', 'dashboard' ), |
| 1117 | 'is_freemium' => true, |
| 1118 | ), |
| 1119 | array( |
| 1120 | 'key' => 'woo-categories', |
| 1121 | 'title' => __( 'Woo Categories', 'premium-addons-for-elementor' ), |
| 1122 | 'name' => 'premium-woo-categories', |
| 1123 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-woocommerce-categories-widget/', 'cats', 'wp-dash', 'dashboard' ), |
| 1124 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-woocommerce-products-listing-tutorial/', 'cats', 'wp-dash', 'dashboard' ), |
| 1125 | 'is_freemium' => true, |
| 1126 | ), |
| 1127 | array( |
| 1128 | 'key' => 'mini-cart', |
| 1129 | 'title' => __( 'Woo Mini Cart', 'premium-addons-for-elementor' ), |
| 1130 | 'name' => 'premium-mini-cart', |
| 1131 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-woocommerce-mini-cart-widget/', 'mini-cart', 'wp-dash', 'dashboard' ), |
| 1132 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-woocommerce-mini-cart-widget-tutorial/', 'mini-cart', 'wp-dash', 'dashboard' ), |
| 1133 | 'is_freemium' => true, |
| 1134 | ), |
| 1135 | array( |
| 1136 | 'key' => 'woo-cta', |
| 1137 | 'title' => __( 'Woo CTA', 'premium-addons-for-elementor' ), |
| 1138 | 'name' => 'premium-woo-cta', |
| 1139 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-woocommerce-cta-widget/', 'woo-cta', 'wp-dash', 'dashboard' ), |
| 1140 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-woo-cta-widget-tutorial/', 'woo-cta', 'wp-dash', 'dashboard' ), |
| 1141 | 'draw_svg' => true, |
| 1142 | 'is_freemium' => true, |
| 1143 | ), |
| 1144 | ), |
| 1145 | ), |
| 1146 | 'cat-8' => array( |
| 1147 | 'icon' => 'social', |
| 1148 | 'title' => __( 'Reviews & Testimonials Widgets', 'premium-addons-for-elementor' ), |
| 1149 | 'elements' => array( |
| 1150 | array( |
| 1151 | 'key' => 'premium-testimonials', |
| 1152 | 'name' => 'premium-addon-testimonials', |
| 1153 | 'title' => __( 'Testimonials', 'premium-addons-for-elementor' ), |
| 1154 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/testimonials-widget-for-elementor-page-builder/', 'testimonials', 'wp-dash', 'dashboard' ), |
| 1155 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/testimonials-widget-tutorial/', 'testimonials', 'wp-dash', 'dashboard' ), |
| 1156 | ), |
| 1157 | array( |
| 1158 | 'key' => 'premium-facebook-reviews', |
| 1159 | 'name' => 'premium-facebook-reviews', |
| 1160 | 'title' => __( 'Facebook Reviews', 'premium-addons-for-elementor' ), |
| 1161 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-facebook-reviews-widget/', 'fb-reviews', 'wp-dash', 'dashboard' ), |
| 1162 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/facebook-reviews/', 'fb-reviews', 'wp-dash', 'dashboard' ), |
| 1163 | 'tutorial' => 'https://www.youtube.com/watch?v=zl-OFo3IFd8', |
| 1164 | 'is_pro' => true, |
| 1165 | ), |
| 1166 | array( |
| 1167 | 'key' => 'premium-google-reviews', |
| 1168 | 'name' => 'premium-google-reviews', |
| 1169 | 'title' => __( 'Google Reviews', 'premium-addons-for-elementor' ), |
| 1170 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-google-reviews-widget/', 'google-reviews', 'wp-dash', 'dashboard' ), |
| 1171 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/google-reviews/', 'google-reviews', 'wp-dash', 'dashboard' ), |
| 1172 | 'tutorial' => 'https://www.youtube.com/watch?v=Z0EeGyD34Zk', |
| 1173 | 'is_pro' => true, |
| 1174 | ), |
| 1175 | array( |
| 1176 | 'key' => 'premium-yelp-reviews', |
| 1177 | 'name' => 'premium-yelp-reviews', |
| 1178 | 'title' => __( 'Yelp Reviews', 'premium-addons-for-elementor' ), |
| 1179 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-yelp-reviews-widget/', 'yelp', 'wp-dash', 'dashboard' ), |
| 1180 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/yelp-reviews/', 'yelp', 'wp-dash', 'dashboard' ), |
| 1181 | 'tutorial' => 'https://www.youtube.com/watch?v=5T-MveVFvns', |
| 1182 | 'is_pro' => true, |
| 1183 | ), |
| 1184 | ), |
| 1185 | ), |
| 1186 | 'cat-9' => array( |
| 1187 | 'icon' => 'blurbs', |
| 1188 | 'title' => __( 'Blurbs & CTA Widgets', 'premium-addons-for-elementor' ), |
| 1189 | 'elements' => array( |
| 1190 | array( |
| 1191 | 'key' => 'premium-countdown', |
| 1192 | 'name' => 'premium-countdown-timer', |
| 1193 | 'title' => __( 'Countdown', 'premium-addons-for-elementor' ), |
| 1194 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-countdown-widget-2/', 'countdown', 'wp-dash', 'dashboard' ), |
| 1195 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-countdown-widget-tutorial/', 'countdown', 'wp-dash', 'dashboard' ), |
| 1196 | 'is_freemium' => true, |
| 1197 | ), |
| 1198 | array( |
| 1199 | 'key' => 'premium-banner', |
| 1200 | 'name' => 'premium-addon-banner', |
| 1201 | 'title' => __( 'Banner', 'premium-addons-for-elementor' ), |
| 1202 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/banner-widget-for-elementor-page-builder/', 'banner', 'wp-dash', 'dashboard' ), |
| 1203 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-banner-widget-tutorial/', 'banner', 'wp-dash', 'dashboard' ), |
| 1204 | 'draw_svg' => true, |
| 1205 | ), |
| 1206 | array( |
| 1207 | 'key' => 'premium-button', |
| 1208 | 'name' => 'premium-addon-button', |
| 1209 | 'title' => __( 'Button', 'premium-addons-for-elementor' ), |
| 1210 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-button-widget/', 'button', 'wp-dash', 'dashboard' ), |
| 1211 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/button/', 'button', 'wp-dash', 'dashboard' ), |
| 1212 | 'tutorial' => 'https://www.youtube.com/watch?v=w4NuCUkCIV4', |
| 1213 | 'draw_svg' => true, |
| 1214 | ), |
| 1215 | array( |
| 1216 | 'key' => 'premium-image-button', |
| 1217 | 'title' => __( 'Image Button', 'premium-addons-for-elementor' ), |
| 1218 | 'name' => 'premium-addon-image-button', |
| 1219 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-button-widget-for-elementor-page-builder/', 'img-button', 'wp-dash', 'dashboard' ), |
| 1220 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/image-button/', 'img-button', 'wp-dash', 'dashboard' ), |
| 1221 | 'draw_svg' => true, |
| 1222 | ), |
| 1223 | array( |
| 1224 | 'key' => 'premium-flipbox', |
| 1225 | 'name' => 'premium-addon-flip-box', |
| 1226 | 'title' => __( '3D Hover Box', 'premium-addons-for-elementor' ), |
| 1227 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/3d-hover-box-flip-box-widget-for-elementor/', 'hover-box', 'wp-dash', 'dashboard' ), |
| 1228 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/flip-box-widget-tutorial/', 'hover-box', 'wp-dash', 'dashboard' ), |
| 1229 | 'is_pro' => true, |
| 1230 | 'draw_svg' => true, |
| 1231 | ), |
| 1232 | array( |
| 1233 | 'key' => 'premium-iconbox', |
| 1234 | 'name' => 'premium-addon-icon-box', |
| 1235 | 'title' => __( 'Icon Box', 'premium-addons-for-elementor' ), |
| 1236 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-icon-box-widget/', 'icon-box', 'wp-dash', 'dashboard' ), |
| 1237 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/icon-box-widget-tutorial/', 'icon-box', 'wp-dash', 'dashboard' ), |
| 1238 | 'is_pro' => true, |
| 1239 | 'draw_svg' => true, |
| 1240 | ), |
| 1241 | array( |
| 1242 | 'key' => 'premium-ihover', |
| 1243 | 'name' => 'premium-ihover', |
| 1244 | 'title' => __( 'iHover', 'premium-addons-for-elementor' ), |
| 1245 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/ihover-widget-for-elementor-page-builder/', 'ihover', 'wp-dash', 'dashboard' ), |
| 1246 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-ihover-widget/', 'ihover', 'wp-dash', 'dashboard' ), |
| 1247 | 'is_pro' => true, |
| 1248 | 'draw_svg' => true, |
| 1249 | ), |
| 1250 | array( |
| 1251 | 'key' => 'premium-unfold', |
| 1252 | 'name' => 'premium-unfold-addon', |
| 1253 | 'title' => __( 'Unfold', 'premium-addons-for-elementor' ), |
| 1254 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/unfold-widget-for-elementor-page-builder/', 'unfold', 'wp-dash', 'dashboard' ), |
| 1255 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-unfold-widget/', 'unfold', 'wp-dash', 'dashboard' ), |
| 1256 | 'is_pro' => true, |
| 1257 | ), |
| 1258 | array( |
| 1259 | 'key' => 'premium-icon-list', |
| 1260 | 'name' => 'premium-icon-list', |
| 1261 | 'title' => __( 'Bullet List', 'premium-addons-for-elementor' ), |
| 1262 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-bullet-list-widget/', 'bullet', 'wp-dash', 'dashboard' ), |
| 1263 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-bullet-list-widget-tutorial/', 'bullet', 'wp-dash', 'dashboard' ), |
| 1264 | 'tutorial' => 'https://www.youtube.com/watch?v=MPeXJiZ14sI', |
| 1265 | 'draw_svg' => true, |
| 1266 | ), |
| 1267 | array( |
| 1268 | 'key' => 'premium-svg-drawer', |
| 1269 | 'name' => 'premium-svg-drawer', |
| 1270 | 'title' => __( 'SVG Draw', 'premium-addons-for-elementor' ), |
| 1271 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-svg-draw-widget/', 'svg', 'wp-dash', 'dashboard' ), |
| 1272 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-svg-draw-widget/', 'svg', 'wp-dash', 'dashboard' ), |
| 1273 | 'tutorial' => 'https://www.youtube.com/watch?v=omoI4jHHvHQ', |
| 1274 | ), |
| 1275 | ), |
| 1276 | ), |
| 1277 | 'cat-10' => array( |
| 1278 | 'icon' => 'feed', |
| 1279 | 'title' => __( 'Social Feed Widgets', 'premium-addons-for-elementor' ), |
| 1280 | 'elements' => array( |
| 1281 | array( |
| 1282 | 'key' => 'premium-facebook-feed', |
| 1283 | 'name' => 'premium-facebook-feed', |
| 1284 | 'title' => __( 'Facebook Feed', 'premium-addons-for-elementor' ), |
| 1285 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-facebook-feed-widget/', 'fb-feed', 'wp-dash', 'dashboard' ), |
| 1286 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/facebook-feed-widget-tutorial/', 'fb-feed', 'wp-dash', 'dashboard' ), |
| 1287 | 'is_pro' => true, |
| 1288 | ), |
| 1289 | array( |
| 1290 | 'key' => 'premium-twitter-feed', |
| 1291 | 'name' => 'premium-twitter-feed', |
| 1292 | 'title' => __( 'Twitter Feed', 'premium-addons-for-elementor' ), |
| 1293 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/twitter-feed-widget-for-elementor-page-builder/', 'twitter', 'wp-dash', 'dashboard' ), |
| 1294 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/twitter-feed-widget-tutorial/', 'twitter', 'wp-dash', 'dashboard' ), |
| 1295 | 'tutorial' => 'https://www.youtube.com/watch?v=wsurRDuR6pg', |
| 1296 | 'is_pro' => true, |
| 1297 | ), |
| 1298 | array( |
| 1299 | 'key' => 'premium-instagram-feed', |
| 1300 | 'name' => 'premium-addon-instagram-feed', |
| 1301 | 'title' => __( 'Instagram Feed', 'premium-addons-for-elementor' ), |
| 1302 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-instagram-feed-widget/', 'instagram', 'wp-dash', 'dashboard' ), |
| 1303 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/instagram-feed/', 'instagram', 'wp-dash', 'dashboard' ), |
| 1304 | 'is_pro' => true, |
| 1305 | ), |
| 1306 | array( |
| 1307 | 'key' => 'premium-tiktok-feed', |
| 1308 | 'name' => 'premium-tiktok-feed', |
| 1309 | 'title' => __( 'Tiktok Feed', 'premium-addons-for-elementor' ), |
| 1310 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-tiktok-feed-widget/', 'tiktok', 'wp-dash', 'dashboard' ), |
| 1311 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/tiktok-feed/', 'tiktok', 'wp-dash', 'dashboard' ), |
| 1312 | 'icon' => 'pa-tiktok', |
| 1313 | 'is_freemium' => true, |
| 1314 | ), |
| 1315 | array( |
| 1316 | 'key' => 'premium-pinterest-feed', |
| 1317 | 'name' => 'premium-pinterest-feed', |
| 1318 | 'title' => __( 'Pinterest Feed', 'premium-addons-for-elementor' ), |
| 1319 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-pinterest-feed-widget/', 'pinterest', 'wp-dash', 'dashboard' ), |
| 1320 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-pinterest-feed-widget/', 'pinterest', 'wp-dash', 'dashboard' ), |
| 1321 | 'icon' => 'pa-pinterest', |
| 1322 | 'is_freemium' => true, |
| 1323 | ), |
| 1324 | array( |
| 1325 | 'key' => 'premium-behance', |
| 1326 | 'name' => 'premium-behance-feed', |
| 1327 | 'title' => __( 'Behance Feed', 'premium-addons-for-elementor' ), |
| 1328 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/behance-feed-widget-for-elementor-page-builder/', 'behance', 'wp-dash', 'dashboard' ), |
| 1329 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/behance-feed-widget-tutorial/', 'behance', 'wp-dash', 'dashboard' ), |
| 1330 | 'tutorial' => 'https://www.youtube.com/watch?v=AXATK3oIXl0', |
| 1331 | 'is_pro' => true, |
| 1332 | ), |
| 1333 | ), |
| 1334 | ), |
| 1335 | 'cat-11' => array( |
| 1336 | 'icon' => 'data', |
| 1337 | 'title' => __( 'Tables, Charts & Anything Data Widgets', 'premium-addons-for-elementor' ), |
| 1338 | 'elements' => array( |
| 1339 | array( |
| 1340 | 'key' => 'premium-progressbar', |
| 1341 | 'name' => 'premium-addon-progressbar', |
| 1342 | 'title' => __( 'Progress Bar', 'premium-addons-for-elementor' ), |
| 1343 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/progress-bar-widget-for-elementor-page-builder/', 'progress', 'wp-dash', 'dashboard' ), |
| 1344 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-progress-bar-widget/', 'progress', 'wp-dash', 'dashboard' ), |
| 1345 | 'tutorial' => 'https://www.youtube.com/watch?v=Y7xqwhgDQJg', |
| 1346 | 'draw_svg' => true, |
| 1347 | ), |
| 1348 | array( |
| 1349 | 'key' => 'premium-pricing-table', |
| 1350 | 'name' => 'premium-addon-pricing-table', |
| 1351 | 'title' => __( 'Pricing Table', 'premium-addons-for-elementor' ), |
| 1352 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-pricing-table-widget/', 'pricing', 'wp-dash', 'dashboard' ), |
| 1353 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/pricing-table-widget-tutorial/', 'pricing', 'wp-dash', 'dashboard' ), |
| 1354 | 'draw_svg' => true, |
| 1355 | ), |
| 1356 | array( |
| 1357 | 'key' => 'premium-charts', |
| 1358 | 'name' => 'premium-chart', |
| 1359 | 'title' => __( 'Charts', 'premium-addons-for-elementor' ), |
| 1360 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-charts-widget/', 'charts', 'wp-dash', 'dashboard' ), |
| 1361 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/charts-widget-tutorial/', 'charts', 'wp-dash', 'dashboard' ), |
| 1362 | 'tutorial' => 'https://www.youtube.com/watch?v=lZZvslQ2UYU', |
| 1363 | 'is_pro' => true, |
| 1364 | ), |
| 1365 | array( |
| 1366 | 'key' => 'premium-tables', |
| 1367 | 'name' => 'premium-tables-addon', |
| 1368 | 'title' => __( 'Table', 'premium-addons-for-elementor' ), |
| 1369 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-table-widget/', 'table', 'wp-dash', 'dashboard' ), |
| 1370 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/table-widget-tutorial/', 'table', 'wp-dash', 'dashboard' ), |
| 1371 | 'is_pro' => true, |
| 1372 | ), |
| 1373 | array( |
| 1374 | 'key' => 'premium-counter', |
| 1375 | 'name' => 'premium-counter', |
| 1376 | 'title' => __( 'Counter', 'premium-addons-for-elementor' ), |
| 1377 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/counter-widget-for-elementor-page-builder/', 'counter', 'wp-dash', 'dashboard' ), |
| 1378 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/counter-widget-tutorial/', 'counter', 'wp-dash', 'dashboard' ), |
| 1379 | 'draw_svg' => true, |
| 1380 | ), |
| 1381 | ), |
| 1382 | ), |
| 1383 | 'cat-12' => array( |
| 1384 | 'icon' => 'contact', |
| 1385 | 'title' => __( 'Contact Widgets', 'premium-addons-for-elementor' ), |
| 1386 | 'elements' => array( |
| 1387 | array( |
| 1388 | 'key' => 'premium-contactform', |
| 1389 | 'name' => 'premium-contact-form', |
| 1390 | 'title' => __( 'Contact Form 7', 'premium-addons-for-elementor' ), |
| 1391 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/contact-form-7-widget-for-elementor-page-builder/', 'form', 'wp-dash', 'dashboard' ), |
| 1392 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/contact-form-7-widget-tutorial/', 'form', 'wp-dash', 'dashboard' ), |
| 1393 | 'is_freemium' => true, |
| 1394 | ), |
| 1395 | array( |
| 1396 | 'key' => 'premium-whatsapp-chat', |
| 1397 | 'name' => 'premium-whatsapp-chat', |
| 1398 | 'title' => __( 'WhatsApp Chat', 'premium-addons-for-elementor' ), |
| 1399 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/whatsapp-widget-for-elementor-page-builder/', 'whatsapp', 'wp-dash', 'dashboard' ), |
| 1400 | 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/whatsapp-chat-widget-tutorial/', 'whatsapp', 'wp-dash', 'dashboard' ), |
| 1401 | 'is_pro' => true, |
| 1402 | 'draw_svg' => true, |
| 1403 | ), |
| 1404 | ), |
| 1405 | ), |
| 1406 | 'cat-13' => array( |
| 1407 | 'icon' => 'extensions', |
| 1408 | 'elements' => array( |
| 1409 | array( |
| 1410 | 'key' => 'premium-templates', |
| 1411 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/premium-elementor-templates-library/', 'templates', 'wp-dash', 'dashboard' ), |
| 1412 | ), |
| 1413 | array( |
| 1414 | 'key' => 'premium-equal-height', |
| 1415 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/premium-global-addons-for-elementor/#equal-height-feature', 'eq-height', 'wp-dash', 'dashboard' ), |
| 1416 | ), |
| 1417 | array( |
| 1418 | 'key' => 'pa-display-conditions', |
| 1419 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-display-conditions/', 'conditions', 'wp-dash', 'dashboard' ), |
| 1420 | ), |
| 1421 | array( |
| 1422 | 'key' => 'premium-global-cursor', |
| 1423 | 'is_pro' => true, |
| 1424 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-custom-mouse-cursor-global-addon/', 'cursor', 'wp-dash', 'dashboard' ), |
| 1425 | ), |
| 1426 | array( |
| 1427 | 'key' => 'premium-global-badge', |
| 1428 | 'is_pro' => true, |
| 1429 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-badge-global-addon/', 'badge', 'wp-dash', 'dashboard' ), |
| 1430 | ), |
| 1431 | array( |
| 1432 | 'key' => 'premium-shape-divider', |
| 1433 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-animated-shape-divider-addon/', 'shape-divider', 'wp-dash', 'dashboard' ), |
| 1434 | ), |
| 1435 | array( |
| 1436 | 'key' => 'premium-floating-effects', |
| 1437 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-floating-effects-animation/', 'feffects', 'wp-dash', 'dashboard' ), |
| 1438 | ), |
| 1439 | array( |
| 1440 | 'key' => 'premium-cross-domain', |
| 1441 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/premium-global-addons-for-elementor/#common-features', 'cross-domain', 'wp-dash', 'dashboard' ), |
| 1442 | ), |
| 1443 | array( |
| 1444 | 'key' => 'premium-duplicator', |
| 1445 | ), |
| 1446 | array( |
| 1447 | 'key' => 'premium-assets-generator', |
| 1448 | ), |
| 1449 | // array( |
| 1450 | // 'key' => 'premium-mscroll', |
| 1451 | // 'is_pro' => true, |
| 1452 | // 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-magic-scroll-global-addon/', 'magic', 'wp-dash', 'dashboard' ), |
| 1453 | // ), |
| 1454 | array( |
| 1455 | 'key' => 'premium-global-tooltips', |
| 1456 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-tooltip-global-addon/', 'tooltips', 'wp-dash', 'dashboard' ), |
| 1457 | ), |
| 1458 | array( |
| 1459 | 'key' => 'premium-wrapper-link', |
| 1460 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/elementor-global-wrapper-link-addon-tutorial', 'wrapper', 'wp-dash', 'dashboard' ), |
| 1461 | ), |
| 1462 | array( |
| 1463 | 'key' => 'premium-glassmorphism', |
| 1464 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-liquid-glass-addon/', 'liquid', 'wp-dash', 'dashboard' ), |
| 1465 | ), |
| 1466 | ), |
| 1467 | ), |
| 1468 | ); |
| 1469 | |
| 1470 | return $elements; |
| 1471 |