File manager - Edit - /home/contenidosenred/public_html/OD/wp-content/plugins/wp-ulike/admin/settings/functions/sanitize.php
Back
<?php if ( ! defined( 'ABSPATH' ) ) { die; } // Cannot access directly. /** * * Sanitize * Replace letter a to letter b * * @since 1.0.0 * @version 1.0.0 * */ if ( ! function_exists( 'ulf_sanitize_replace_a_to_b' ) ) { function ulf_sanitize_replace_a_to_b( $value ) { return str_replace( 'a', 'b', $value ); } } /** * * Sanitize title * * @since 1.0.0 * @version 1.0.0 * */ if ( ! function_exists( 'ulf_sanitize_title' ) ) { function ulf_sanitize_title( $value ) { return sanitize_title( $value ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings