if is admin show it, else do not show.
if is editor show it, else do not show.
if is subscriber show it, else do not show.
<?php is_admin(); ?>
ya da
<?php if ( current_user_can('contributor') ) : ?>
...
<?php endif; ?>
şeklinde üye rollerine göre kodları kullanmalısınız