Any further with custom roles?
-
Hi, this still isn’t working with custom roles, are there any plans to update? Or, could you steer me to where in your code you get the role list? many thanks, and apart from that, a really great plugin!
EDIT:
Solution is:In
wp-content/plugins/access-category-password/access-category-password.php
Line 234
replace
echo $role_label[$role]
with
echo esc_attr($role)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Any further with custom roles?’ is closed to new replies.