Submit
Path:
~
/
home
/
getwphos
/
www
/
twinkletown
/
wp-content
/
plugins
/
wgl-extensions
/
includes
/
meta-box
/
inc
/
helpers
/
File Content:
string.php
<?php /** * String helper functions. */ class RWMB_Helpers_String { public static function title_case( string $text ) : string { $text = str_replace( [ '-', '_' ], ' ', $text ); $text = ucwords( $text ); $text = str_replace( ' ', '_', $text ); return $text; } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
array.php
172 bytes
0644
field.php
1149 bytes
0644
string.php
275 bytes
0644
value.php
672 bytes
0644
N4ST4R_ID | Naxtarrr