Hi @sarahsas,
Thanks for reaching us. Hope you are doing well.
To make the plugin visible to the editor role users, please add the following code to your current theme’s functions.php file like the screenshot (https://prnt.sc/HU_951wh3k4a).
// Give access to the editors
function sp_tfree_show_to_editor($capability) {
$capability = 'edit_others_pages';
return $capability;
}
add_filter( 'sp_tfree_ui_permission', 'sp_tfree_show_to_editor' );
Hope this will help. Let us know if it works or not.
Perfect @bayejid00 thank you!
Hi @sarahsas,
Thanks for appreciating us. If you are happy with the plugin and support, please share your experience in the plugin’s review section.
Your each and every word will motivate us to keep doing the hard work and provide the best support as promised.
Have a great day!