forked from Chaospott/site
added a few articles, added media
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
class Dummy extends Hook
|
||||
{
|
||||
public function doHook(Post $post)
|
||||
{
|
||||
error_log('Hooked ' . $post->title);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user