WordPress Affiliate Manager

Affiliates Management Plugin for WordPress

  • Home
  • Features
    • Screen Shots
  • Download
  • Documentation
  • Addons
  • Support
    • Support Forum
    • Forum Login
    • Forum Registration
    • Contact
    • Premium Addon/Plugin Support

[Resolved] Mycred issue Affiliate Manager

by

WordPress Affiliate Manager › Forums › Affiliate Manager Plugin › Mycred issue Affiliate Manager

Tagged: affiliate, Hook, issue, Manager, Mycred, points, Subscribers

  • This topic has 4 replies, 2 voices, and was last updated 4 years, 11 months ago by kingmkn.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • May 18, 2021 at 2:10 pm #7370
    kingmkn
    Participant

    Please i want to stop Affiliate Manager users from getting hooks or points

    I have this code

    add_filter( ‘mycred_exclude_user’, ‘mycred_pro_exclude_by_wprole’, 10, 3 );
    function mycred_pro_exclude_by_wprole( $excluded, $user_id, $mycred ) {

    // User is already set to be excluded
    if ( $excluded === true ) return $excluded;

    if ( $user_id == 0 || $user_id === NULL )
    $user = wp_get_current_user();
    else
    $user = get_userdata( $user_id );

    // Look for a specific role – replace with your role
    if ( in_array( ‘affilate’, $user->roles ) )
    return true;

    return $excluded;

    }

    I have tried changing subscribers to Affiliate but didn’t work

    May 18, 2021 at 2:44 pm #7371
    kingmkn
    Participant

    I will also like to award point to referee(referral) after his referral registration

    May 19, 2021 at 3:55 am #7375
    Shadow Labs
    Keymaster

    @kingmkn, What do you mean by “hooks or points”? There is no point system in our plugin.

    May 20, 2021 at 12:55 pm #7377
    kingmkn
    Participant

    Look at my code, I want Mycred to stop working for Affiliate members…
    The code above Stop it working for users as subscribers

    May 20, 2021 at 2:41 pm #7379
    kingmkn
    Participant

    I got What I want thanks

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Log In

Featured Addons

  • WooCommerce Coupon Tracking
  • WooCommerce Product Specific Commission

Copyright © 2026 | WordPress Affiliate Manager | Privacy Policy