rest_insert_comment, $comment, $request, false

rest_insert_comment, $comment, $request, false

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

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

  • /wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php line 982
     
    		$comment = get_comment( $id );
    
    		/** This action is documented in wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php */
    		do_action( 'rest_insert_comment', $comment, $request, false );
    
    		$schema = $this->get_item_schema();
    
    		if ( ! empty( $schema['properties']['meta'] ) && isset( $request['meta'] ) ) {
    			$meta_update = $this->meta->update_value( $request['meta'], $id );