PublishComment::run_action()

Description #

Run action.

Changelog #

VersionDescription
4.1.8Introduced.

Source #

File: includes/class-async-tasks.php

	protected function run_action() {
		$comment_id = ap_sanitize_unslash( 'comment_id', 'g' );
		$comment    = get_comment( $comment_id );

		if ( $comment ) {
			do_action( "wp_async_$this->action", $comment );
		}
	}

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