BARN2_URL
BARN2_URL = 'https://barn2.com'
Utility functions for Barn2 plugins.
barn2_link(string $relative_path, string $link_text = '', boolean $new_tab = false) : string
Formats a HTML link to a path on the Barn2 site.
string | $relative_path | The path relative to https://barn2.com. |
string | $link_text | The link text. |
boolean | $new_tab | Whether to open the link in a new tab. |
The hyperlink.