Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • in reply to: Hiding the total number in search results #95874
     gugga7
    Participant

    Hello, it’s weird, it didn’t work, I also tried:

    COPY CODE
    li#members-all {
        display: none ! important;
    }

    It didn’t work either.

    in reply to: Assign default Membership level at registration #95391
     gugga7
    Participant

    Hello, is this code still accurate? I copied it in functions.php for the Child theme, I changed the membership level ID but nothing happens when a new user registers.

    COPY CODE
    add_action('user_register', 'kleo_pmpro_default_level');
    function kleo_pmpro_default_level($user_id) {
    	pmpro_changeMembershipLevel(1,$user_id);
    }
Viewing 2 posts - 1 through 2 (of 2 total)

Log in with your credentials

Forgot your details?