Answers for "wp $ not a function"

PHP
0

wordpress function _() not working

function __( $text, $domain = 'default' ) {
    return translate( $text, $domain );
}
Posted by: Guest on December-04-2020

Browse Popular Code Answers by Language