Dev Resources

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

apply_filters( 'bp_rest_signup_prepare_value', WP_REST_Response $response, WP_REST_Request $request, BP_Signup $signup )

Filter the signup response returned from the API.

Contents

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

Description #Description


Parameters #Parameters

$response

The response data.

$request

Request used to generate the response.

$signup

Signup object.


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