bbp_get_reply_ancestors

bbp_get_reply_ancestors

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_reply_ancestors') is found 1 times:

  • /includes/replies/functions.php line 1158
    		}
    	}
    
    	// Filter & return
    	return (array) apply_filters( 'bbp_get_reply_ancestors', $ancestors, $reply_id );
    }
    
    /**
     * Update the revision log of the reply
     *
     * @since 2.0.0 bbPress (r2782)