PHP 클래스 EP_Uninstaller

파일 보기 프로젝트 열기: 10up/elasticpress

공개 메소드들

메소드 설명
__construct ( ) : EP_Uninstaller Initialize uninstaller

보호된 메소드들

메소드 설명
clean_options ( ) : void Cleanup options
exit_uninstaller ( ) : void Exit uninstaller

메소드 상세

__construct() 공개 메소드

Perform some checks to make sure plugin can/should be uninstalled
부터: 1.7
public __construct ( ) : EP_Uninstaller
리턴 EP_Uninstaller

clean_options() 보호된 정적인 메소드

Deletes ElasticPress options and transients.
부터: 1.7
protected static clean_options ( ) : void
리턴 void

exit_uninstaller() 보호된 메소드

Gracefully exit the uninstaller if we should not be here
부터: 1.7
protected exit_uninstaller ( ) : void
리턴 void