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

PUM_Activator

Fired during plugin activation.


Description Description

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


Source Source

File: classes/Activator.php

class PUM_Activator extends PUM_Install {

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

}

Top ↑

Changelog Changelog

Changelog
Version Description
1.9.0 Use PUM_Install instead.
1.4 Introduced.


Top ↑

Methods Methods


Top ↑

User Contributed Notes User Contributed Notes

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