Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

wordpress function _() not working

function __( $text, $domain = 'default' ) {
    return translate( $text, $domain );
}
Source by developer.wordpress.org #
 
PREVIOUS NEXT
Tagged: #wordpress #function #working
ADD COMMENT
Topic
Name
2+1 =