| Basename |
= $sliRuntime->info->basename ?> |
| Version |
= $sliRuntime->info->version ?> |
| File |
= $sliRuntime->info->file ?> |
| Directory |
= $sliRuntime->info->dir ?> |
| Is Premium |
= $sliRuntime->info->isPro ? 'Yes' : 'No' ?> |
| Tier |
= $this->container->get('plugin/tier') ?> |
| Free version |
= $sliRuntime->freeVersion ?> |
| PRO version |
= $sliRuntime->proVersion ?> |
| Is Free active |
= $sliRuntime->isFreeActive ? 'yes' : 'no' ?> |
| Is PRO active |
= $sliRuntime->isProActive ? 'yes' : 'no' ?> |
| Is a development build |
= (defined('SL_INSTA_DEV_ENV') && SL_INSTA_DEV) ? 'yes' : 'no' ?> |
| Assets base URL |
= spotlightInsta()->get('ui/assets_url') ?> |
| REST API base URL |
= spotlightInsta()->get('rest_api/base_url') ?> |
| Freemius SDK version |
version;
?> |
| Error Log path |
= ErrorLog::getDebugLogPath() ?> |