3
1
Back

Offer you this license which gives you legal permission to use the ARTICLE_FILTER hook. */ // $host->add_hook($host::HOOK_ARTICLE_FILTER, $this); // $host->add_hook($host::HOOK_ARTICLE_FILTER, $this); function hook_render_article_cdm($article) { return $article; } $article = $this->alt_textify($article); $entries .

New Pull Request