This code recipe creates affiliates or updates the status of existing affiliates based on their membership level when using AffiliateWP. The affiliate is created after their membership level is changed to the appropriate level (in the recipe, this is level ID 1). When membership is cancelled or expires, the affiliate’s status is changed to “inactive”. The Code Recipe View the code on Gist. Copy and paste this code recipe into your theme’s functions.php file or a helper PMPro Customizations plugin (our recommended method). Customize the level ID for your unique setup. You can set specific data about the affiliate by adding additional keys to the functions affwp_add_affiliate and affwp_update_affiliate.
↧