Code: Select all
$event->update_subarray( 'permissions', 'u_send_super_posts', [
'lang' => 'ACL_U_SEND_SUPER_POSTS',
'cat' => 'post'
] );
When I go to ACP Permissions Forum roles, I can see the new permission in the Post tab as I expect.
However, when I go to ACP Users and Groups Group forum permissions, I can't see the new permission at all and I'm kinda lost really because I don't know why it isn't working. What have I done wrong here?