public function init_instance_settings() {
        $this->instance_settings = get_option( $this->get_instance_option_key(), null );

        // If there are no settings defined, use defaults.
        if ( ! is_array( $this->instance_settings ) ) {