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