**
Okay, if I change here to the role I want you to have access to, is that okay?
I put it here and it worked, will I have any security issues?
Because the idea is that everyone in the defined function has access to the plugin, the site here is unique
<?php
/*
Plugin Name: Plugin Email
Plugin URI:
Description:
Version:
Author:
Author URI:
*/
add_filter( 'wf_cpanel_email_capability', static fn( string $cap ) => 'Role here' );