2017-06-16 02:43:39 +02:00
2017-06-16 02:43:39 +02:00
2017-06-16 02:17:34 +02:00
2017-06-16 02:32:23 +02:00

wp-prohibit-author-comment

For a specific user case I needed a way to prohibit post authors to comment on their own posts. Since the (front)post is cached I had to catch it in the fuctions.php.

'trash' can be replaced with '0' or 'spam'. '0' sets the comment status to "to be moderated", 'spam' goes to the spam folder.

S
Description
For a specific user case I needed a way to prohibit post authors to comment on their own posts. Since the (front)post is cached I had to catch it in the fuctions.php.
Readme GPL-3.0
41 KiB
Languages
PHP 100%