Your cart is currently empty!
howto change Affiliate/Username field to a number
—
by
Hi,
i need one number for each affiliate the distributor ID.
I could not change Affiliate/Username field.
After saving it still switch back.
it occurs on this page:
https://www.santegra-international.com/wp-admin/admin.php?page=affiliates-admin-affiliates&paged=0&action=edit&affiliate_id=2
Posted in Affiliates Enterprise
Comments
One response to “howto change Affiliate/Username field to a number”
Hi,
if you need to show the affiliate id, you can do it:
if ( !class_exists("Affiliates_Service" ) ) {
require_once( AFFILIATES_CORE_LIB . '/class-affiliates-service.php' );
}
$affiliate_id = Affiliates_Service::get_referrer_id();