balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

plugin-list.php (842B)


      1 <?php
      2 trait pluginlist
      3 {
      4 	public $plugin_list = array(
      5 		'welbim-core',
      6 		'welbim-demo-installer',
      7 	);
      8 	public $dashboard_Name        	= 'Welbim';
      9 	public $dashboard_slug        	= 'welbim-activation';
     10 	public $menu_slug_dashboard   	= 'envato-theme-license-dashboard';
     11 	public $menu_slug             	= 'envato-theme-license-';
     12 	public $plugin_list_with_file	= array(
     13 		'welbim-core'				=> 'welbim-core.php',
     14 		'welbim-demo-installer'		=> 'welbim-demo-installer.php',
     15 	);
     16 	public $plugin_org_name			= array(
     17 		'welbim-core'				=> 'Welbim Core',
     18 		'welbim-demo-installer'		=> 'Welbim Demo Installer',
     19 	);
     20 	public $doc_url               = 'https://smartdatasoft.com/docs/welbim-welding-metal-work-services-wordpress-theme/';
     21 	public $update_url            = 'https://updates.smartdatasoft.com/';
     22 	public $themeitem_id          = '32018720';
     23 }