| @@ -77,8 +77,10 @@ | ||
| 77 | 77 | 'indexMeta' => Utils\get_indexing_status(), |
| 78 | 78 | 'settings' => $store->get_feature_settings(), |
| 79 | 79 | 'settingsDraft' => $store->get_feature_settings_draft(), |
| 80 | 80 | 'syncUrl' => $sync_url, |
| 81 | + 'syncNonce' => wp_create_nonce( 'ep_sync_nonce' ), | |
| 82 | + 'featureGroups' => $store->get_feature_groups(), | |
| 81 | 83 | ]; |
| 82 | 84 | |
| 83 | 85 | wp_localize_script( 'ep_features_script', 'epDashboard', $data ); |
| 84 | 86 | } |