Title: rukshika's Replies | WordPress.org

---

# rukshika

  [  ](https://wordpress.org/support/users/rukshika/)

 *   [Profile](https://wordpress.org/support/users/rukshika/)
 *   [Topics Started](https://wordpress.org/support/users/rukshika/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rukshika/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rukshika/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rukshika/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rukshika/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rukshika/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Consumer key and secret fetching methods updating with latest versions](https://wordpress.org/support/topic/consumer-key-and-secret-fetching-methods-updating-with-latest-versions/)
 *  Thread Starter [rukshika](https://wordpress.org/support/users/rukshika/)
 * (@rukshika)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/consumer-key-and-secret-fetching-methods-updating-with-latest-versions/#post-8374689)
 * [@anphira](https://wordpress.org/support/users/anphira/) Thanks. I will 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product Variants ASAP Plz!!](https://wordpress.org/support/topic/product-variants-asap-plz/)
 *  [rukshika](https://wordpress.org/support/users/rukshika/)
 * (@rukshika)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/product-variants-asap-plz/#post-8366010)
 * Hi,
 * We have implemented external site api to send some data to woo-commerce site 
   by using rest api keys. To access woocommerce apis we need to send data with 
   consumer secret and consumer key to the woo-commerce. For this we are sending
   consumer secret and key to our system automatically.
 * In this case, we had to used three methods to get consumer key and secret in 
   different woo-commerce versions.
    1) By using get_user_meta($user_id, ‘woocommerce_api_consumer_key’,
   true) 2) After that we fetched that keys from the database by using wp_woocommerce_api_keys
   table 3) Now, that consumer keys are stored in database as a hash value after
   generating the keys.
 * This is a big problem for us because **if we update woo-commerce version, we 
   need to update our plugin as well to send consumer secret and key automatically**.
 * How we can predict next version update will not effect to our methods. Is there
   any solution for this issue ?
    -  This reply was modified 9 years, 6 months ago by [rukshika](https://wordpress.org/support/users/rukshika/).

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