PHP 8.2.31
Preview: html2text.php Size: 425 B
/home/nshryvcy/taramarriagebureau.com/wp-content/plugins/woocommerce/vendor/soundasleep/html2text/html2text.php

<?php
/**
 * This file is available if you still want to use functions rather than
 * autoloading classes.
 */

require_once(__DIR__ . "/src/Html2Text.php");
require_once(__DIR__ . "/src/Html2TextException.php");

function convert_html_to_text($html, $ignore_error = false) {
	return Soundasleep\Html2Text::convert($html, $ignore_error);
}

function fix_newlines($text) {
	return Soundasleep\Html2Text::fixNewlines($text);
}

Directory Contents

Dirs: 1 × Files: 3

Name Size Perms Modified Actions
src DIR
- drwxr-xr-x 2026-03-03 06:25:17
Edit Download
528 B lrw-r--r-- 2026-03-03 06:25:17
Edit Download
425 B lrw-r--r-- 2026-03-03 06:25:17
Edit Download
120 B lrw-r--r-- 2026-03-03 06:25:17
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).