For users Additional Capabilities
-
Hi, please change the code for other additional user capabilities on main.php line 79-80
foreach ( wp_get_current_user()->roles as $role => $val_role ) {
//if(!in_array( $val_role, get_option( ‘ced_hpr_role’ ) ) ) {
if(!array_intersect(wp_get_current_user()->roles, get_option( ‘ced_hpr_role’ ))){in the hope of seeing the new version
thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘For users Additional Capabilities’ is closed to new replies.