do_action( 'rest_after_insert_attachment', WP_Post $attachment, WP_REST_Request $request, bool $creating )

Fires after a single attachment is completely created or updated via the REST API.


Parameters

$attachment

Inserted or updated attachment object.

$request

Request object.

$creating

True when creating an attachment, false when updating.


Source

File: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php

View on GitHub



Changelog

Changelog
Version Description
5.0.0 Introduced.