📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 19:37:29
📂
/ (Root)
/
home
/
apkbfjox
/
rs786.org
/
wp-content
/
themes
/
kadence
/
inc
/
customizer
/
react
/
src
/
common
📍 /home/apkbfjox/rs786.org/wp-content/themes/kadence/inc/customizer/react/src/common
🔄 Refresh
✏️
Editing: capitalize-first.js
Writable
/** * function to return string with capital letter. * @param {string} string the word string. * @returns {string} with capital letter. */ export default function capitalizeFirstLetter( string ) { return string.charAt( 0 ).toUpperCase() + string.slice( 1 ); }
💾 Save Changes
❌ Cancel