1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-31 02:41:28 +00:00

add experimental HOOK_SANITIZE

This commit is contained in:
Andrew Dolgov
2013-03-18 22:26:36 +04:00
parent 5b18c93622
commit 2130fe7a18
2 changed files with 19 additions and 5 deletions

View File

@@ -21,6 +21,7 @@ class PluginHost {
const HOOK_RENDER_ARTICLE = 10;
const HOOK_RENDER_ARTICLE_CDM = 11;
const HOOK_FEED_FETCHED = 12;
const HOOK_SANITIZE = 13;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;