PluginProbe
ElasticPress / 5.3.5
ElasticPress v5.3.5
5.3.5 5.3.4 3.6.5 3.6.6 4.0.0 4.0.1 4.1.0 4.2.0 4.2.1 4.2.2 4.3.0 4.3.1 4.4.0 4.4.1 4.5.0 4.5.1 4.5.2 4.6.0 4.6.1 4.7.0 4.7.1 4.7.2 5.0.0 5.0.1 5.0.2 All 108 releases
← All changes | includes/classes/Screen/Features.php +2 -0 5.0.15.3.5 View file →
@@ -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 }