Introduction

When a web site visitor requests a page on your Recite-powered web site, there is a sequence of bootstrapping events that takes place in order to fulfill that request. With Recite page render hooks, you can write custom functionality that is executed at specified points within this bootstrap process.

This document shows you how to write your own rendering hooks. It will instruct you on the different methods that can be implemented to take control of the boostrapping process.

To get started you will need a text editor that you can write PHP code with. Additionally, you will need a working copy of Recite CMS 2.0.0 (or newer), as well as administration access.