indexPage
The indexPage hook is triggered when a page’s content is added to the search index.
It passes the content, the data and the data collected for indexing so far as arguments
and does not expect a return value.
Parameters
string
$contentThe content of the page.
array
$pageDataThe data array containing information about the page.
array
$indexDataAn array containing the data collected so far.