Extension Hooks

myaccount_homepage_builder

Hook Added in Version:

1.4.0

Hook File Location:

cp.myaccount.php

Hook Description:

Allows adding of new homepage options

Hook Parameters

  • $i - The current value of $i, which is used to determine what style to display for table row.

Hook Returns Data?

Yes

Appearance of Hook in the Code

if (isset($EXT->extensions['myaccount_homepage_builder']))
{
 $r .= $EXT->call_extension('myaccount_homepage_builder', $i);
}