Developer Resources

A comprehensive list of filters and actions included in our plugin

Hooks / nab_check_validity_of_preview_url

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.