File "provider_browser.class.php"
Full path: /home/kosmetik/public_html/wp-content/plugins/unlimited-elements-for-elementor/provider/provider_browser.class.php
File
size: 533 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
defined('UNLIMITED_ELEMENTS_INC') or die('Restricted access');
class UniteCreatorBrowser extends UniteCreatorBrowserWork
{
public function __construct()
{
parent::__construct();
$urlLicense = HelperUC::getViewUrl(GlobalsUC::VIEW_LICENSE);
$this->textBuy = esc_html__("Activate Blox", "unlimited-elements-for-elementor");
$this->textHoverProAddon = __("This addon is available<br>when blox is activated.", "unlimited-elements-for-elementor");
$this->urlBuy = $urlLicense;
}
}