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.12.4.0

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

  • /bp-templates/bp-nouveau/includes/ajax.php line 162
    	 *
    	 * @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'] );
    		}