????JFIF??x?x????'
Server IP : 104.21.48.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/./pontiacques.org/wp-content/plugins/robo-gallery/includes/ |
Upload File : |
<?php /* * Robo Gallery * Version: 2.0 * By Robosoft * * Contact: https://robosoft.co/robogallery/ * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php * * Copyright (c) 2014-2019, Robosoft. All rights reserved. * Available only in https://robosoft.co/robogallery/ */ if ( ! defined( 'WPINC' ) ) exit; class RoboGalleryConfig { public static function guides() { $guides = array( array( 'link'=> 'https://www.youtube.com/watch?v=3vBl9Ke6bsg', 'text'=> __( 'How to install key?', 'robo-gallery' ), 'class'=> 'green' ), array( 'link'=> 'https://www.youtube.com/watch?v=DdCpRuLFxzk', 'text'=> __( 'How to make custom grid layout?', 'robo-gallery' ), 'class'=> 'violet' ), array( 'link'=> 'https://www.youtube.com/watch?v=-CuGOo7XRmQ', 'text'=> __( 'New Categories Manager', 'robo-gallery' ), 'class'=> 'green' ), array( 'link'=> 'https://www.youtube.com/watch?v=mZ_yOXkxRsk', 'text'=> __( 'How to setup Polaroid style?', 'robo-gallery' ), 'class'=> 'violet' ), array( 'link'=> 'https://www.youtube.com/watch?v=m9XIeqMnhYI', 'text'=> __( 'Install and configuration guide', 'robo-gallery' ), 'class'=> 'green' ), array( 'link'=> 'https://www.youtube.com/watch?v=RrWn8tMuKsw', 'text'=> __( 'How to manage gallery post?', 'robo-gallery' ), 'class'=> 'violet' ), array( 'link'=> 'https://www.youtube.com/watch?v=fI3uYOlUbo4', 'text'=> __( 'How to upload gallery images?', 'robo-gallery' ), 'class'=> 'green' ), array( 'link'=> 'https://www.youtube.com/watch?v=lxDR6E8erBA', 'text'=> __( 'How to create shortcode?', 'robo-gallery' ), 'class'=> 'violet' ), ); return $guides[ array_rand( $guides ) ]; } }