Algori Image and Video Slider is a Gutenberg Block Plugin that enables you easily add image and video sliders to your website. Capture your site visitors' attention with compelling video and image slideshows. This will boost user engagement and increase revenue for your site. * Author: Kevin Bazira * Author URI: http://kevinbazira.com/ * Version: 1.0.3 * License: GPL2+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt * * @package Algori_Image_Video_Slider */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Block Initializer. */ require_once plugin_dir_path( __FILE__ ) . 'src/init.php';