apply_filters( ‘nab_check_validity_of_preview_url’, boolean $check , string $url )
Filters whether the plugin should check if the given URL exists or not.
Parameters
- $check boolean
(Required) if the check should run or not. Default:
false
.- $url string
(Required) the URL on which the check should run.
Source
File: includes/experiments/class-nelio-ab-testing-experiment-helper.php
Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |