Fragen\GitHub_Updater\Bitbucket_API::remove_hooks PHP Method

remove_hooks() public method

Remove hooks for Bitbucket authentication headers.
public remove_hooks ( )
    public function remove_hooks()
    {
        remove_filter('http_request_args', array(&$this, 'maybe_authenticate_http'));
        remove_filter('http_request_args', array(&$this, 'http_release_asset_auth'));
        remove_filter('http_request_args', array(&$this, 'ajax_maybe_authenticate_http'));
    }