PHP Class EP_Uninstaller

Afficher le fichier Open project: 10up/elasticpress

Méthodes publiques

Méthode Description
__construct ( ) : EP_Uninstaller Initialize uninstaller

Méthodes protégées

Méthode Description
clean_options ( ) : void Cleanup options
exit_uninstaller ( ) : void Exit uninstaller

Method Details

__construct() public méthode

Perform some checks to make sure plugin can/should be uninstalled
Since: 1.7
public __construct ( ) : EP_Uninstaller
Résultat EP_Uninstaller

clean_options() protected static méthode

Deletes ElasticPress options and transients.
Since: 1.7
protected static clean_options ( ) : void
Résultat void

exit_uninstaller() protected méthode

Gracefully exit the uninstaller if we should not be here
Since: 1.7
protected exit_uninstaller ( ) : void
Résultat void