Forums
(@lagatera)
8 years, 9 months ago
If this can help, in line 128 is:
foreach ( array_keys( $this->roles ) as $role ) { $this->role_objects[$role] = new WP_Role( $role, $this->roles[$role][‘capabilities’] ); $this->role_names[$role] = $this->roles[$role][‘name’];