Skip to content

Instantly share code, notes, and snippets.

@amdrew
Created May 27, 2014 05:46
Show Gist options
  • Save amdrew/98bec268c6576a55727b to your computer and use it in GitHub Desktop.
Save amdrew/98bec268c6576a55727b to your computer and use it in GitHub Desktop.
AffiliateWP - Check if the currently logged in WordPress user is an affiliate
<?php
// Check if the currently logged in WordPress user is an affiliate
if ( affwp_is_affiliate() ) {
// Do something
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment