type = "html_widgets"; $this->id = 6; $this->values = array(); if ( isset( $mobappSettings[ $this->type ]['slides'] ) ) { $this->values = $mobappSettings[ $this->type ]['slides']; if ( isset( $this->values['_blank'] ) ) { unset( $this->values['_blank'] ); } } } }