apply_filters( 'jb_get_current_url', $url, $no_query_params ) → {string}
Filters the current URL.
Parameters:
Name | Type | Description |
---|---|---|
$url |
string | Current URL. |
$no_query_params |
bool | Set to |
- Since:
- 1.2.6
- Source:
Returns:
Filtered current URL.
- Type
- string