Kullanılan Kod
<?php echo '<pre>', print_r(theme_get_license_data()),'</pre>';?>Çıktısı
stdClass Object ( [valid] => false [info] => stdClass Object ( [domain] => xxx.com [expire] => Lifetime [status] => Deactive [message] => Error, your license is invalid! ) [version] => xx)bu çıktıdan status komutunu ayrı olarak çekip istediğim bir yerde if ile sorgulamak istiyorum bunu nasıl yapabilirim?