• Hello

    I’d like to hide the share buttons for some user types. How can I do this?

    $user = wp_get_current_user();
    if(in_array(‘administrator’,(array)$user->roles)){
    // Disable here
    }

    • This topic was modified 6 years, 7 months ago by fierceferdy.

The topic ‘Hide share buttons for user type’ is closed to new replies.