Function __global->get_base_url_path
Definitions
sources/robots_txt.php
- Find the URL path for the base URL.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The URL path
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find the URL path for the base URL.
*
* @return string The URL path
*/
function get_base_url_path() : string
* Find the URL path for the base URL.
*
* @return string The URL path
*/
function get_base_url_path() : string

