Dev Resources

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

apply_filters( 'bp_rest_signup_create_item_meta', array $meta, WP_REST_Request $request )

Allow plugins to add their signup meta specific to the BP REST API.

Contents

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

Description #Description


Parameters #Parameters

$meta

The signup meta.

$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