Your IP : 3.135.247.11


Current Path : /home/sudancam/public_html3/games/wp-content/plugins/mailpoet/vendor/soundasleep/html2text/
Upload File :
Current File : //home/sudancam/public_html3/games/wp-content/plugins/mailpoet/vendor/soundasleep/html2text/html2text.php

<?php
if (!defined('ABSPATH')) exit;
require_once(__DIR__ . "/src/Html2Text.php");
require_once(__DIR__ . "/src/Html2TextException.php");
function convert_html_to_text($html) {
 return Html2Text\Html2Text::convert($html);
}
function fix_newlines($text) {
 return Html2Text\Html2Text::fixNewlines($text);
}