ripe/' . $file_name, $association_file, true ) ) { $this->log_error( 'Stripe: Unable to copy domain association file to domain .well-known directory.' ); return false; } return true; } /** * Log error message. * * @since 1.8.6 * * @param string $error Error message. */ private function log_error( $error ) { wpforms_log( $error, '', [ 'type' => [ 'payment', 'error' ], ] ); } }