Description
string home( [string $app_id] )
Returns the sites home URL or Apps URL
Examples
// Prints the sites URL
echo home();
// Prints the apps URL
echo home('Sample');
// Used in HTML templates
{{ home() }}
string home( [string $app_id] )
Returns the sites home URL or Apps URL
// Prints the sites URL
echo home();
// Prints the apps URL
echo home('Sample');
// Used in HTML templates
{{ home() }}