Filter: jb_get_current_url

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 true if needed clear URL without $_GET attributes. It's false by default.

Since:
  • 1.2.6
Source:
Returns:

Filtered current URL.

Type
string