frontend_homepage

Adds custom content to the storefront homepage.

Shop-Script

Input (passed by reference)

No specific parameters.
… your plugin code …

Output

{$frontend_homepage}
Custom HTML code.
Shop-Script

Plugin code example

PHP

public function frontendHomepage()
{
    return '<!-- custom HTML code -->';
}