gpls_match_base_url
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.