Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('peepso_activity_comment_actions', function ($f) {
- if (!PeepSo::is_admin()) {
- unset($f['delete']);
- }
- return $f;
- }, PHP_INT_MAX, 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement