List of top-secret, undocumented Structure hooks
Did you know that [Structure](http://www.buildwithstructure.com) actually has a couple of hooks? Here they are: ### Control Panel hooks **structure_index_view_data** - Used to expand the tree switcher (new tabs and content) > $data = $this->EE->extensions->call('structure_index_view_data', $data); ### Frontend Hooks **structure_get_data_end** > $data = $this->EE->extensions->call('structure_get_data_end', $data); **structure_get_selective_data_results** > $results = $this->EE->extensions->call('structure_get_selective_data_results', $results); That's all, kids.
















