Page tree
Skip to end of metadata
Go to start of metadata

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() }}
  • No labels