Warning: This class has been deprecated. Use PUM_Install instead.

PUM_Deactivator

Fired during plugin deactivation.


Description Description

This class defines all code necessary to run during the plugin’s deactivation.


Source Source

File: classes/Deactivator.php

class PUM_Deactivator extends PUM_Install {

	/**
	 * Short Description. (use period)
	 *
	 * Long Description.
	 *
	 * @since    1.4
	 * @deprecated 1.9.0
	 */
	public static function deactivate( $network_wide = false ) {
		parent::deactivate_plugin( $network_wide );
	}

	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.9.0 Use PUM_Install instead.
1.4 Introduced.


Top ↑

Methods Methods

  • deactivate — Short Description. (use period) — deprecated

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.