Permalink
Cannot retrieve contributors at this time
12 lines (9 sloc)
206 Bytes
|
<?php |
|
/* |
|
Plugin Name: Beispiel Plugin Deaktivierung |
|
*/ |
|
|
|
define( 'MM_PLUGIN_FILE', __FILE__ ); |
|
|
|
register_deactivation_hook( MM_PLUGIN_FILE, 'mm_deactivation' ); |
|
|
|
function mm_deactivation() { |
|
// mach etwas |
|
} |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.