do_action( 'bp_rest_attachments_member_cover_create_item', string $cover_url, WP_REST_Response $response, WP_REST_Request $request )

Fires after a user cover is uploaded via the REST API.


Parameters Parameters

$cover_url

(string) The user cover url.

$response

(WP_REST_Response) The response data.

$request

(WP_REST_Request) The request sent to the API.


Source Source

File: bp-members/classes/class-bp-rest-attachments-member-cover-endpoint.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.