apply_filters( 'nab_ignore_trailing_slash_in_alternative_loading', boolean $ignore_trailing_slash )
Filters whether alternative content loading should ignore the trailing slash in a URL when comparing the current URL and the URL of the alternative the visitor is supposed to see.
Description
Parameters
- $ignore_trailing_slash
(boolean) (Required) whether to ignore the trailing slash or not.
Source
File: public/helpers/class-nelio-ab-testing-alternative-loader.php
Changelog
Version | Description |
---|---|
5.0.8 | Introduced. |