apply_filters( 'tribe_process_allow_nopriv_handling', bool $allow_nopriv , static $this )
Filters whether background processing should be triggered and handled on non-private AJAX requests as the ones triggered by a non logged in user.
Contents
Defaults to true to exploit any possible chance to process.
Parameters
- $allow_nopriv
-
(bool) Whether background processing should be triggered and handled on non-private AJAX requests or not.
- $this
-
(static) This handler instance.
Source
Changelog
| Version | Description |
|---|---|
| 4.9.5 | Introduced. |