Hi @merosler,
Thanks for contacting us,
I hope you are doing well, We have forwarded this to our technical team and we will get back to you soon.
Thanks & Regards
WP Experts Support Team
Hi @merosler,
The Post Snippet will be accessible for Editor’s Role. Please add this code to the functions.php file.
$user = wp_get_current_user();
$role = 'editor';
if ( in_array( $role , (array) $user->roles ) ) {
define('POST_SNIPPETS_ALLOW_EDIT_POSTS', true);
}
Thank you
I’m not really technical like that. Any chance this can be incorporated into the next version of the plugin that I can then update?
thank you,
Matt
Hi @merosler,
To escalate your case, please create a ticket on our official website so that we can connect you directly with our Technical team.
Looking forward to getting your issue resolved.
Thank you