Added multisite support
This commit is contained in:
@ -11,7 +11,7 @@ class BdpVersionChecker
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$plugin_data = get_plugin_data( BDP_LV_STARTUP_FILE );
|
||||
$plugin_data = get_plugin_data( BDP_LV_STARTUP_FILE, true, false );
|
||||
$this->plugin_slug = BDP_LV_PLUGIN_SLUG;
|
||||
$this->updateUrl = $plugin_data['UpdateURI'] . '/info.json';
|
||||
$this->version = $plugin_data['Version'];
|
||||
|
Reference in New Issue
Block a user