File manager - Edit - /home/carfac/public_html/aeromediaimages.com/wp-content/plugins/flamingo/includes/formatting.php
Back
<?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 ); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.25 |
proxy
|
phpinfo
|
Settings