jetpack_instant_search_prevent_tracking_cookies_reset

jetpack_instant_search_prevent_tracking_cookies_reset

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.15.6

apply_filters('jetpack_instant_search_prevent_tracking_cookies_reset') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-search/src/class-helper.php line 952
    			 * @since 0.41.0
    			 *
    			 * @param bool Prevent cookie reset for automattic sites as default value.
    			 */
    			'preventTrackingCookiesReset' => apply_filters( 'jetpack_instant_search_prevent_tracking_cookies_reset', function_exists( 'is_automattic' ) && is_automattic() ),
    
    			/**
    			 * Whether to disable Tracks and TrainTracks analytics.
    			 *
    			 * This can be enabled via URL parameter (?disable_tracking=1) for testing,
    			 * or via the filter for permanent configuration. Useful for debugging issues