Viewing 1 replies (of 1 total)
  • Plugin Author Subrata Mal

    (@subratamal)

    @stephenboluwatife1 Use the attached shortcode.

    add_shortcode('terawallet-referrals', 'terawallet_referral_shortcode');
    if(!function_exists('terawallet_referral_shortcode')){
    	function terawallet_referral_shortcode(){
    		ob_start();
    		woo_wallet()->get_template('woo-wallet-referrals.php', array('settings' => $this->settings, 'referral' => $this));
    		return ob_get_clean();
    	}
    }
Viewing 1 replies (of 1 total)

The topic ‘referral code’ is closed to new replies.