Authorities
This feature allows you to show the clear cache button which exists on the admin toolbar based on user roles.
" />
get_names();
foreach ($wpfc_role_names as $key => $value){
if($key == "administrator"){
continue;
}
$wpfc_toolbar_element_id = "wpfc_toolbar_".$key;
?>