Changeset 1129921
- Timestamp:
- 04/07/2015 09:35:38 PM (11 years ago)
- Location:
- opes-wp-ads-manager
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
opes-wp-ads-manager/tags/1.1.0/inc/admin/controller/1-activation-Hook-ToLoad.php
r1129909 r1129921 8 8 register_activation_hook( __WPADSMNGR_uwxl__THIS_PLUGIN__MAIN_FILE_, array( $this , 'installPlugin' ) ); 9 9 register_deactivation_hook( __WPADSMNGR_uwxl__THIS_PLUGIN__MAIN_FILE_, array( $this , 'uninstallPlugin' ) ); 10 10 /* 11 11 global $pagenow; 12 12 … … 18 18 add_action( $hook, array( $this , 'updateMessage' ) , 20, 2 ); 19 19 } 20 */ 20 21 } 21 22 … … 33 34 do_action( $_WPADSMNGR_uwxl__InitData->plugin_short_slug . '_uninstall_plugin_action' ); 34 35 } 35 36 /* 36 37 public function updateMessage( $plugin_data, $r ) 37 38 { … … 61 62 echo $output; 62 63 } 64 */ 63 65 } 64 66 -
opes-wp-ads-manager/trunk/inc/admin/controller/1-activation-Hook-ToLoad.php
r1129909 r1129921 8 8 register_activation_hook( __WPADSMNGR_uwxl__THIS_PLUGIN__MAIN_FILE_, array( $this , 'installPlugin' ) ); 9 9 register_deactivation_hook( __WPADSMNGR_uwxl__THIS_PLUGIN__MAIN_FILE_, array( $this , 'uninstallPlugin' ) ); 10 10 /* 11 11 global $pagenow; 12 12 … … 18 18 add_action( $hook, array( $this , 'updateMessage' ) , 20, 2 ); 19 19 } 20 */ 20 21 } 21 22 … … 33 34 do_action( $_WPADSMNGR_uwxl__InitData->plugin_short_slug . '_uninstall_plugin_action' ); 34 35 } 35 36 /* 36 37 public function updateMessage( $plugin_data, $r ) 37 38 { … … 61 62 echo $output; 62 63 } 64 */ 63 65 } 64 66
Note: See TracChangeset
for help on using the changeset viewer.