<?php
/*
Plugin Name: Plethora Features Library
Plugin URI: http://plethorathemes.com/
Description: Contains all the features ( shortcodes, widgets and other modules ) functionality of Plethora WP themes
Author: Plethora Themes
Author URI: http://plethorathemes.com/
Text Domain: plethora-featureslib
Version: 1.8.4.7
*/


if ( ! defined( 'ABSPATH' ) ) exit; // NO DIRECT ACCESS


/**
 * This is the core theme class for every Plethora theme.
 *
 * @package Plethora Framework
 * @author Plethora Dev Team
 * @copyright Plethora Themes (c) 2014 - 2020
 *
 */

  class Plethora_Lib {}