public function init_settings() {
        $this->settings = get_option( $this->get_option_key(), null );

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