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
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 EvolutionEvolution | LE | Koi | SE |
>=3.4 | n/a | n/a | n/a |
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.