Changeset 2452823
- Timestamp:
- 01/08/2021 07:59:05 PM (5 years ago)
- File:
-
- 1 edited
-
super-reactions/trunk/super-reactions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
super-reactions/trunk/super-reactions.php
r2452811 r2452823 24 24 require_once 'vendor/autoload.php'; 25 25 26 register_activation_hook( __FILE__, 'srea_activation_hook_callback' ); 27 28 function srea_activation_hook_callback() { 29 \SREA\Includes\Init::activate(); 30 } 31 32 register_deactivation_hook( __FILE__, 'srea_deactivation_hook_callback' ); 33 34 function srea_deactivation_hook_callback() { 35 \SREA\Includes\Init::deactivate(); 36 } 37 26 38 Admin::instance(); 27 39 Assets::instance();
Note: See TracChangeset
for help on using the changeset viewer.