File: /var/www/vhosts/plasmak.com.tr/httpdocs/wp-content/plugins/theme_support_buliten/theme_support.php
<?php
/*
Plugin Name: Theme Support
Plugin URI: http://themeforest.net/
Description: This plugin is compatible with this wordpress themes.
Author: Muhammad Usman
Author URI: http://ary-themes.com
Version: 1.2
Text Domain: BUNCH_NAME
*/
if (!defined('BUNCH_TH_ROOT')) {
define('BUNCH_TH_ROOT', plugin_dir_path(__FILE__));
}
if (!defined('BUNCH_TH_URL')) {
define('BUNCH_TH_URL', plugins_url('', __FILE__));
}
if (!defined('BUNCH_NAME')) {
define('BUNCH_NAME', 'buliten');
}
include_once('includes/loader.php');