Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

...

mixedstring home( [string $app_id)

...

Returns the sites home URL .or Apps URL

Examples

...

Code Block
languagephp
// Prints the sites URL
echo home();
 
// Prints the apps URL
echo home('Sample');
  
// Used in HTML templates
{{ home() }}