AnsPress_Reputation_Hooks::delete_comment( object $comment )
Description #
Undo reputation on deleting comment.
Parameters #
- $commentobject (Required) Comment object.
Source #
File: addons/free/reputation.php
public static function delete_comment( $comment ) { ap_delete_reputation( 'comment', $comment->comment_ID, $comment->user_id ); }
Expand full source code Collapse full source code View on GitHub: addons/free/reputation.php:340
Add your comment