bbp_is_intercepted( bool $value = '' )
Whether a value has been intercepted
Description Description
Parameters Parameters
- $value
-
(Optional)
Default value: ''
Source Source
File: includes/core/abstraction.php
function bbp_is_intercepted( $value = '' ) { return ( bbp_default_intercept() !== $value ); }
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |