Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    – $WCMp->token – this is for naming the classes or functions.This is used in our plugin core functionality.

    – $WCMp-> wcmp (WCMp) : this is text domain; used for language set up.

    Hope this helped.

    Thanks
    Shan

    Thread Starter _eldar_

    (@_eldar_)

    Hello!

    Sorry, I mean $WCMp->text_domain:

    vendor_dashboard.php :
    _e(‘Profile’, $WCMp->text_domain);

    vendor_tab.php :
    __( ‘More products from %1$s’, $WCMp->token )

    two different textdomains.

    Hey _eldar_,

    That was another human error. Thanks for pointing it out. We will fix it in our next update.

    Thanks
    Shan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘text domains’ is closed to new replies.