File: /var/www/golrokhnafisi.com/root/wp-content/plugins/custom-fonts/custom-fonts.php
<?php
/**
* Plugin Name: Custom Fonts
* Plugin URI: http://www.wpastra.com/
* Description: Custom Fonts allows you to add more fonts that extend formatting options in your site.
* Author: Brainstorm Force
* Author URI: http://www.brainstormforce.com
* Text Domain: custom-fonts
* Version: 1.0.8
*
* @package Bsf_Custom_Fonts
*/
/**
* Exit if accessed directly.
*/
if ( ! defined( 'ABSPATH' ) ) {
exit();
}
/**
* Set constants.
*/
define( 'BSF_CUSTOM_FONTS_FILE', __FILE__ );
define( 'BSF_CUSTOM_FONTS_BASE', plugin_basename( BSF_CUSTOM_FONTS_FILE ) );
define( 'BSF_CUSTOM_FONTS_DIR', plugin_dir_path( BSF_CUSTOM_FONTS_FILE ) );
define( 'BSF_CUSTOM_FONTS_URI', plugins_url( '/', BSF_CUSTOM_FONTS_FILE ) );
define( 'BSF_CUSTOM_FONTS_VER', '1.0.8' );
/**
* BSF Custom Fonts
*/
require_once BSF_CUSTOM_FONTS_DIR . 'classes/class-bsf-custom-fonts.php';