Reply To: Making message read-only


Home Forums Front End PM PRO Making message read-only Reply To: Making message read-only

#11056
Shamim Hasan
Keymaster

You have missed ‘send_reply’ part. Please add

if( 'send_reply' !== $cap )
return $can;

after line 76

also write 10 and 3 as integer (without single quote). You can see functions.php of this plugin for this hook, this hook is passing 3 arguments.