Browse: Home / Hooks /

learndash_safe_redirect_nocache_header

apply_filters( 'learndash_safe_redirect_nocache_header',  bool $call_nocache_headers,  string $location,  int $status,  string $context )

Filters the redirect nocache_headers.


Description #


Parameters #

$call_nocache_headers

(bool) Call nocache_headers(). Default true.

$location

(string) The URL to redirect the user to.

$status

(int) The HTTP Status to set. Default 302.

$context

(string) Unique string provided by the caller to help filter conditions.


Source #

File: includes/ld-misc-functions.php


Changelog #

Changelog
Version Description
3.2.3 Introduced.