Affiliate WP add billing name to affiliate overview

Add the first name and last name of the order to the admin refferals view in the backend

add_filter('affwp_referral_table_reference','sitiweb_add_referral',2,10);
function sitiweb_add_referral($content,$content2){
  $order = wc_get_order($content2->reference);
  return $content. '<br>(' .$order->get_formatted_billing_full_name().')'; 
}

Like this article?

Share on Facebook
Share on Twitter
Share on Linkdin
Share on Pinterest
Author picture

SitiWeb is de expert op het gebied van WordPress. gespecialiseerd in het leveren van maatwerk.

Leave a comment

Geef een reactie

Je e-mailadres wordt niet gepubliceerd. Vereiste velden zijn gemarkeerd met *