• aziz97

    (@aziz97)


    hi there,
    how to rename add to cart by using custom function code? because i want to change it based on language selected. note: I used WPML plugin for multi language.

    if(ICL_LANGUAGE_CODE ==’en’){
    // custom function
    }

    elseif(ICL_LANGUAGE_CODE ==’zh-hans’){
    // custom function
    }

  • The topic ‘Rename add to cart using filter function’ is closed to new replies.