rest_preprocess_comment

rest_preprocess_comment

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('rest_preprocess_comment') is found 1 times:

  • /wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php line 1372
    		 *
    		 * @param array           $prepared_comment The prepared comment data for `wp_insert_comment`.
    		 * @param WP_REST_Request $request          The current request.
    		 */
    		return apply_filters( 'rest_preprocess_comment', $prepared_comment, $request );
    	}
    
    	/**
    	 * Retrieves the comment's schema, conforming to JSON Schema.
    	 *
    	 * @since 4.7.0