File manager - Edit - /home/contenidosenred/public_html/OD/wp-content/plugins/meta-box/inc/helpers/string.php
Back
<?php /** * String helper functions. * * @package Meta Box */ /** * String helper class. * * @package Meta Box */ class RWMB_Helpers_String { /** * Convert text to Title_Case. * * @param string $text Input text. * @return string */ public static function title_case( $text ) { $text = str_replace( array( '-', '_' ), ' ', $text ); $text = ucwords( $text ); $text = str_replace( ' ', '_', $text ); return $text; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings