Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Goran87

    (@goran87)

    Hi,

    not possible with current verion. In class-gens-raf.php you have:

    $this->loader->add_action(‘woocommerce_before_my_account’, $plugin_public, ‘account_page_show_link’);

    just change action to somewhere else of woo where u want to place it, untill we introduce shortocodes.

    Could you add a filter so we’re able to rename the action to e.g. woocommerce_my_account_referral ?

    $this->loader->add_action(‘woocommerce_my_account_referral’, $plugin_public, ‘account_page_show_link’);

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to echo the referral link with php or shortcode?’ is closed to new replies.