Title: Undefined constant token Error
Last modified: July 2, 2019

---

# Undefined constant token Error

 *  Resolved [bdking71](https://wordpress.org/support/users/bdking71/)
 * (@bdking71)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/undefined-constant-token-error/)
 * I am seeing the following error with the plugin using PHP version 7.2.19 and 
   WordPress version 5.2.2.
 * Use of undefined constant token – assumed ‘token’ (this will throw an Error in
   a future version of PHP) in <snip>/wp-content/plugins/poptin/poptin.php on line
   209
 * I looked into the code and found this line was causing the error:
 *  $curl_post_array = array(
    token => $token, user_id => $user_id );
 * I changed the line to:
 *  $curl_post_array = array(
    ‘token’ => $token, ‘user_id’ => $user_id );
 * Adding the single quotes around “token” and “user_id” cleared the error.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Gal Dubinski](https://wordpress.org/support/users/galdub/)
 * (@galdub)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/undefined-constant-token-error/#post-11692850)
 * thanks [@bdking71](https://wordpress.org/support/users/bdking71/), you’re awesome!
   we’ve pushed a fix for this:)
 * we’re also going to name [this parrot](https://images.immediate.co.uk/production/volatile/sites/4/2018/07/iStock_000063300043_Large_0-bea5f69.jpg?quality=90&resize=940,404)
   after you
 *  Thread Starter [bdking71](https://wordpress.org/support/users/bdking71/)
 * (@bdking71)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/undefined-constant-token-error/#post-11692964)
 * lol. Thanks. 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Undefined constant token Error’ is closed to new replies.

 * ![](https://ps.w.org/poptin/assets/icon-256x256.gif?rev=2230390)
 * [Poptin - Exit Pop Ups & Email Popups](https://wordpress.org/plugins/poptin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/poptin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/poptin/)
 * [Active Topics](https://wordpress.org/support/plugin/poptin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/poptin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/poptin/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [bdking71](https://wordpress.org/support/users/bdking71/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/undefined-constant-token-error/#post-11692964)
 * Status: resolved