Articles & Posts
Home
About Me
Services
Disclaimer
Newsletter
Contact Us
May 30, 2017
PHP function humanize
function humanize($str){
return ucwords(str_replace(array('_', '-'), ' ', $str));
}
Last updated: May 30, 2017
Post navigation
←
Option field value not loading on Archive page – WP_Query
WooCommerce Add-On / Woo Installments
→