Forums
Forums / Plugin: WordPress Share Buttons Plugin – AddThis / Hide share buttons for user type
(@fierceferdy)
6 years, 7 months ago
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 }
The topic ‘Hide share buttons for user type’ is closed to new replies.