jetpack_disable_cookie_consent_block, false
jetpack_disable_cookie_consent_block, false
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_disable_cookie_consent_block, false') is found 1 times:
- /extensions/blocks/cookie-consent/cookie-consent.php line 89
* @since 13.2 * * @param bool $disable_cookie_consent_block Whether to disable the Cookie-consent Block. */ apply_filters( 'jetpack_disable_cookie_consent_block', false ) ) { return ''; } // If the user has already accepted the cookie consent, don't show the block. if ( isset( $_COOKIE[ COOKIE_NAME ] ) ) {