Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / Hooks / BP_REST_Signup_Endpoint::get_item / bp_rest_signup_get_item

do_action( 'bp_rest_signup_get_item', BP_Signup $signup, WP_REST_Response $response, WP_REST_Request $request )

Fires before a signup is retrieved via the REST API.

Contents

  • Description
    • Parameters
    • Source
    • Changelog
  • User Contributed Notes

Description #Description


Parameters #Parameters

$signup

The signup object.

$response

The response data.

$request

The request sent to the API.


Top ↑

Source #Source

File: bp-members/classes/class-bp-rest-signup-endpoint.php


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.

Proudly powered by WordPress