Home
last modified time | relevance | path

Searched full:feed_item_add (Results 1 – 9 of 9) sorted by relevance

/plugin/dontfeedtemplates/
H A Daction.php42 * Registers handle_feed_item_add for FEED_ITEM_ADD:BEFORE
50 'FEED_ITEM_ADD', 'BEFORE',
/plugin/dev/
H A Devents.txt29 FEED_ITEM_ADD
/plugin/miniblog/
H A Daction.php16 $controller->register_hook('FEED_ITEM_ADD', 'BEFORE', $this, 'handle_item_add');
/plugin/rssbycreated/
H A Daction.php20 $controller->register_hook('FEED_ITEM_ADD', 'BEFORE', $this, 'rss_action');
/plugin/podcast/action/
H A Dfeed.php27 $controller->register_hook('FEED_ITEM_ADD', 'BEFORE', $this, 'handle_item_add', array());
/plugin/feedmod/
H A Daction.php35 $controller->register_hook('FEED_ITEM_ADD', 'BEFORE', $this, '_feedmod');
/plugin/blogtng/action/
H A Dfeed.php35 …$controller->register_hook('FEED_ITEM_ADD', 'BEFORE', $this, 'handleBlogpostAddedToFeed', array());
/plugin/blog/
H A Daction.php15 $contr->register_hook('FEED_ITEM_ADD', 'BEFORE', $this, 'handle_feed_item');
/dokuwiki/
H A Dfeed.php