[ Root System Explorer ]
Location:
Root
/
home
/
svaxkys
/
www
/
AcmaCulot
/
wp-content
/
plugins
/
wpforms-lite
/
src
/
Helpers
+ Folder
+ File
Upload
Editing: File.php
<?php namespace WPForms\Helpers; /** * Class File. * * @since 1.6.5 */ class File { /** * Remove UTF-8 BOM signature if it presents. * * @since 1.6.5 * * @param string $string String to process. * * @return string */ public static function remove_utf8_bom( $string ) { if ( strpos( bin2hex( $string ), 'efbbbf' ) === 0 ) { $string = substr( $string, 3 ); } return $string; } }
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 CacheBase.php
FILE
Ren
[EDIT]
DEL
📄 Chain.php
FILE
Ren
[EDIT]
DEL
📄 Crypto.php
FILE
Ren
[EDIT]
DEL
📄 File.php
FILE
Ren
[EDIT]
DEL
📄 PluginSilentUpgrader.php
FILE
Ren
[EDIT]
DEL
📄 PluginSilentUpgraderSkin.php
FILE
Ren
[EDIT]
DEL
📄 Templates.php
FILE
Ren
[EDIT]
DEL
📄 Transient.php
FILE
Ren
[EDIT]
DEL