wordpress function _() not working code example
Example: wordpress function _() not working
function __( $text, $domain = 'default' ) {
return translate( $text, $domain );
}
function __( $text, $domain = 'default' ) {
return translate( $text, $domain );
}