Activity_Helper::_delete_comment( integer $comment_id )

Description #

Callback for delete_comment.

Deletes activities related to a comment.

Parameters #

  • $comment_id
    integer (Required) Comment id.

Changelog #

VersionDescription
4.1.2Introduced.

Source #

File: includes/class/class-activity-helper.php

	public static function _delete_comment( $comment_id ) { // phpcs:ignore PSR2.Methods.MethodDeclaration.Underscore
		ap_delete_comment_activity( $comment_id );
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment