id = 4; $this->type = "grid_widgets"; $this->values = array(); if ( isset( $mobappSettings[ $this->type ]['items'] ) ) { $this->values = $mobappSettings[ $this->type ]['items']; if ( isset( $this->values['_blank'] ) ) { unset( $this->values['_blank'] ); } } } }