HEX
Server: LiteSpeed
System: Linux standart108 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: pplae2ji7 (11089)
PHP: 8.3.33
Disabled: opcache_get_status
Upload Files
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']) ) {
		}
	}
}