Views: 400
Creating API for WooCommerce Wishlist Plugin
URL : https://wordpress.org/plugins/ti-woocommerce-wishlist/
Idea of Creation
Referring Table : wp_users for user created, to retain the ID
AutoGenerated,
Once the user is created or registered, Table ‘wp_tinvwl_lists’ autocreates data,
Wishlist datas stored at Table ‘wp_tinvwl_items’ But here we are creating separate table for it.
Used this for getting datas @
https://snippets.sndynamicsit.com/convert-data-from-mysql-to-json-format-using-php/