rest_insert_comment, $comment, $request, true

rest_insert_comment, $comment, $request, true

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('rest_insert_comment, $comment, $request, true') is found 1 times:

  • /wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php line 819
    		 * @param WP_REST_Request $request  Request object.
    		 * @param bool            $creating True when creating a comment, false
    		 *                                  when updating.
    		 */
    		do_action( 'rest_insert_comment', $comment, $request, true );
    
    		$schema = $this->get_item_schema();
    
    		if ( ! empty( $schema['properties']['meta'] ) && isset( $request['meta'] ) ) {
    			$meta_update = $this->meta->update_value( $request['meta'], $comment_id );