wp_register_comment_personal_data_exporter

Advertisement

Summery Summery

Registers the personal data exporter for comments.

Syntax Syntax

wp_register_comment_personal_data_exporter( array $exporters )

Parameters Parameters

$exporters

(Required) An array of personal data exporters.

Return Return

(array) An array of personal data exporters.

Source Source

File: wp-includes/comment.php

		 * @since 1.5.0
		 *
		 * @param int $comment_post_ID Post ID.
		 */
		do_action( 'comment_closed', $comment_post_ID );

		return new WP_Error( 'comment_closed', __( 'Sorry, comments are closed for this item.' ), 403 );

Advertisement

Changelog Changelog

Changelog
Version Description
4.9.6 Introduced.

Advertisement

Leave a Reply