gpeb_cleaned_current_url

  1. Description
  2. Usage
  3. Parameters
  4. Since

Description

Filter the current URL after it has been cleaned.

This filter is useful when you need to remove custom query params from the current URL.

Usage

add_filter( 'gpeb_cleaned_current_url', 'my_custom_function' );

Parameters

  • url string

    The cleaned current URL.

  • include_edit_and_view bool

    Whether the edit and view query params have been removed from the URL.

Since

This filter is available since Gravity Forms Entry Blocks 1.0-alpha-2.12.