Skip to content

Instantly share code, notes, and snippets.

View geotsiokos's full-sized avatar
🏠
Working from home

George Tsiokos geotsiokos

🏠
Working from home
View GitHub Profile
function my_affiliates_permanent_my_users( $atts ){
$output = "";
if ( is_user_logged_in() ) {
$user = wp_get_current_user();
$args = array(
'meta_key' => Affiliates_Permanent::REFERRER,
'meta_value' => $user->ID
);
$users = get_users( $args );