How to remove an individual permission?
-
Hello, please tell me how to remove an individual permission?
i do the following for adding individual permission and it works fine
$args = array( 'operation' => 'read', 'mod_type' => 'additional', 'for_item_source' => 'post', 'for_item_type' => 'post', 'via_item_source' => 'post', 'item_id' => $post_id, ); $agents = array(); $agents['item'][ $prorabid ] = true; ppc_assign_exceptions( $agents, 'user', $args );
But how can I remove this permission?
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘How to remove an individual permission?’ is closed to new replies.