CaRP Evolution Documentation
CaRP Evolution Documentation
twitter youtube linkedin google-plus
CaRP Evolution Box
Web This Site

CaRP: Caching RSS Parser - Documentation


CaRP Interactive FAQ
Getting Started: Free Download | Purchase | Install
Reference: Functions | Plugins | Themes | Full Index
Etc.: Display Formatting | Example Code | Affiliates

CarpUnregisterCallback( object, function [, phase [, option]] );

Unregister a callback function with CaRP Evolution
EvolutionLEKoiSE
>=3.4n/an/an/a
Description:
This function is primarily used by plugins. Removes a callback function from CaRP's internal list so that it will not be called during subsequent processing of newsfeeds. All plugins should unregister their callbacks during initialization to ensure that they are not registered multiple times if a user initializes them mutliple times.

Arguments: Refer to the documentation for CarpRegisterCallback

Return value: none

Usage Example: Refer to the code in one of CaRP Evolution's plugins for a usage example.