PluginProbe
WANotifier for Forms and Actions / 3.1.1
WANotifier for Forms and Actions v3.1.1
3.1.1 3.1.0 3.0.4 2.7.10 2.7.11 2.7.12 2.7.13 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 3.0.0 3.0.1 3.0.2 3.0.3 trunk 0.1.0 0.1.1 1.0.0 1.0.1 1.0.2 All 67 releases
← All changes | includes/classes/class-notifier-connection.php +1 -0 3.0.33.1.1 View file →
@@ -216,8 +216,9 @@
216 216 $saas_base = NOTIFIER_APP_BASE_URL;
217 217
218 218 $payload = base64_encode( wp_json_encode( array(
219 219 'store_url' => site_url(),
220 + 'rest_url' => rest_url(),
220 221 'connect_token' => $token,
221 222 'return_url' => admin_url( 'admin.php?page=notifier' ),
222 223 ) ) );
223 224