Template Library Extension Hooks¶
template_fetch_template¶
Access template data prior to template parsing
$this->EE->extensions->call('template_fetch_template', $row);
template_post_parse¶
Modify template after tag parsing
$this->final_template = $this->EE->extensions->call('template_post_parse', $this->final_template, $sub, $site_id);
$this->final_template¶
The template string after template tags have been parsed
$sub¶
Whether or not the current template is an embed

User Contributed Notes
You must have an ExpressionEngine license and have attained a forum rank of "Lab Assistant" (100 posts) to contribute notes to the User Guide