CaRP: Caching RSS Parser - Documentation
CarpUnregisterCallback( object, function [, phase [, option]] );
Unregister a callback function with CaRP Evolution
| GPL |
Koi |
Evolution |
| n/a |
n/a |
>=3.4 |
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.