{
    "hooks": [
        {
            "name": "presszone_forum_send_daily_digest",
            "type": "action",
            "file": "includes/class-presszone-forum-digest.php"
        },
        {
            "name": "presszone_forum_daily_cleanup",
            "type": "action",
            "file": "includes/class-presszone-forum-tracker.php"
        },
        {
            "name": "presszone_forum_post_created",
            "type": "action",
            "args": 2,
            "file": "includes/class-presszone-forum-post-creator.php"
        },
        {
            "name": "presszone_forum_thread_created",
            "type": "action",
            "args": 3,
            "file": "includes/class-presszone-forum-post-creator.php"
        },
        {
            "name": "presszone_forum_after_post_save",
            "type": "action",
            "args": 2,
            "file": "includes/class-presszone-forum-post-creator.php"
        },
        {
            "name": "presszone_forum_node_updated",
            "type": "action",
            "args": 1,
            "file": "includes/class-presszone-forum-admin-controller.php"
        }
    ]
}