bp_nouveau_{$object}_ajax_object_template_response

bp_nouveau_{$object}_ajax_object_template_response

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.3.3

apply_filters('bp_nouveau_{$object}_ajax_object_template_response') is found 1 times:

  • /bp-templates/bp-nouveau/includes/ajax.php line 162
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    *
     * @param array $value     An associative array with additional information to include in the Ajax response.
     * @param array $post_vars An associative array containing the Ajax request arguments.
     */
    $additional_info = apply_filters( "bp_nouveau_{$object}_ajax_object_template_response", array(), $post_vars );
    if ( $additional_info ) {
        // Prevents content overrides.
        if ( isset( $additional_info['contents'] ) ) {
            unset( $additional_info['contents'] );
        }