Searched full:feed_item_add (Results 1 - 8 of 8) sorted by relevance
/plugin/dontfeedtemplates/ |
H A D | action.php | 42 * Registers handle_feed_item_add for FEED_ITEM_ADD:BEFORE 50 'FEED_ITEM_ADD', 'BEFORE',
|
/plugin/miniblog/ |
H A D | action.php | 16 $controller->register_hook('FEED_ITEM_ADD', 'BEFORE', $this, 'handle_item_add');
|
/plugin/rssbycreated/ |
H A D | action.php | 20 $controller->register_hook('FEED_ITEM_ADD', 'BEFORE', $this, 'rss_action');
|
/plugin/podcast/action/ |
H A D | feed.php | 27 $controller->register_hook('FEED_ITEM_ADD', 'BEFORE', $this, 'handle_item_add', array());
|
/plugin/feedmod/ |
H A D | action.php | 35 $controller->register_hook('FEED_ITEM_ADD', 'BEFORE', $this, '_feedmod');
|
/plugin/blogtng/action/ |
H A D | feed.php | 38 $controller->register_hook('FEED_ITEM_ADD', 'BEFORE', $this, 'handle_item_add', array());
|
/plugin/blog/ |
H A D | action.php | 15 $contr->register_hook('FEED_ITEM_ADD', 'BEFORE', $this, 'handle_feed_item');
|
/dokuwiki/ |
H A D | feed.php | 455 $evt = new Event('FEED_ITEM_ADD', $evdata);
|
Completed in 11 milliseconds