File: /var/www/vhosts/plasmak.com.tr/httpdocs/wp-content/themes/buliten/includes/helpers/functions.php
<?php
/**
* Functions Class include functions which are necessary for general functions of theme.
*
* @package Functions-Package
* @version 1.0
* @link http://themeforest.net/user/ary-themes
* @author Amir
* @copyright Copyright (c) 2015, Amir
* @license GPL-2.0+
*/
class Bunch_Functions {
function __construct()
{
$options = get_option('buliten'.'_theme_options');
if( isset($options['_enable_wp_login']) && !empty($options['_enable_wp_login']) ) {
}
}
}