current_url()
| Returns: | The current URL |
|---|---|
| Return type: | string |
Returns the full URL (including segments) of the page being currently viewed.
Note
Calling this function is the same as doing this: | | site_url(uri_string());
current_url()
| Returns: | The current URL |
|---|---|
| Return type: | string |
Returns the full URL (including segments) of the page being currently viewed.
Note
Calling this function is the same as doing this: | | site_url(uri_string());
Please login to continue.