gpls_match_base_url

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

Description

Match the base URL rather than the exact URL.

By default, https://gravitywiz.com/ and https://gravitywiz.com/?param=value are unique URLs. Setting this filter to true will match both URLs when searching for https://gravitywiz.com.

Usage

add_filter( 'gpls_match_base_url', '__return_true' );

Parameters

  • match_base_url bool

    Whether to match the base URL; defaults to false.

Since

This filter is available since GP Limit Submissions 1.0.