Skip to content

Commit d88a668

Browse files
committed
Remove checks
1 parent 62d34ca commit d88a668

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Dashboard/Dashboard.php

-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ public function __construct( $update_checker, $update_option ) {
1313
$this->is_aio = defined( 'META_BOX_AIO_DIR' );
1414
$this->assets_url = RWMB_URL . 'src/Dashboard/assets';
1515

16-
$this->upgradable = true;
17-
$this->has_actions = false;
18-
$this->is_aio = false;
19-
2016
$this->init();
2117
}
2218

0 commit comments

Comments
 (0)