mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 10:46:43 +02:00
feat(plugins): add siteHead hook to add custom meta tags to public pages
This commit is contained in:
parent
27d2a1b0ff
commit
e80a33bf2a
6 changed files with 54 additions and 10 deletions
|
|
@ -10,7 +10,9 @@ use App\Libraries\SimpleRSSElement;
|
|||
|
||||
interface PluginInterface
|
||||
{
|
||||
public function setChannelTag(Podcast $podcast, SimpleRSSElement $channel): void;
|
||||
public function channelTag(Podcast $podcast, SimpleRSSElement $channel): void;
|
||||
|
||||
public function setItemTag(Episode $episode, SimpleRSSElement $item): void;
|
||||
public function itemTag(Episode $episode, SimpleRSSElement $item): void;
|
||||
|
||||
public function siteHead(): void;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue