Changeset 2558955
- Timestamp:
- 07/05/2021 07:04:37 PM (5 years ago)
- File:
-
- 1 edited
-
goaffpro/trunk/goaffpro.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
goaffpro/trunk/goaffpro.php
r2508300 r2558955 50 50 $token = get_option($goaffpro_token_key); 51 51 /** 52 * on multisites, plugin activation hook is not fired on individual sites 52 * on multisites, plugin activation hook is not fired on individual sites 53 53 * so create the option at load time 54 54 */ … … 108 108 'methods' => 'GET', 109 109 'callback' => 'get_goaffpro_config', 110 'permission_callback' => '__return_true' 110 111 )); 111 112 }
Note: See TracChangeset
for help on using the changeset viewer.