PHP 클래스 Mlp_Redirect_Filter

파일 보기 프로젝트 열기: inpsyde/multilingual-press

공개 메소드들

메소드 설명
__construct ( string $meta_key ) Constructor.
filter_redirect ( boolean $redirect ) : boolean Stops the redirect if the user has turned it off.

메소드 상세

__construct() 공개 메소드

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

filter_redirect() 공개 메소드

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