PHP Class Mlp_Redirect_Filter

Afficher le fichier Open project: inpsyde/multilingual-press

Méthodes publiques

Méthode Description
__construct ( string $meta_key ) Constructor.
filter_redirect ( boolean $redirect ) : boolean Stops the redirect if the user has turned it off.

Method Details

__construct() public méthode

Constructor.
public __construct ( string $meta_key )
$meta_key string Meta key of the redirect user setting.

filter_redirect() public méthode

Stops the redirect if the user has turned it off.
public filter_redirect ( boolean $redirect ) : boolean
$redirect boolean Redirect the current request?
Résultat boolean