• Hello! WooCommerce 3.0 introduced CRUD classes. Your plugin uses old way of obtaining class properties and it generates solid amount of notices in log.

    Do you plan any update to keep compatibility with WooCommerce?

    get_product is deprecated since version 3.0! Use wc_get_product instead. wc_yotpo.php:152

    post was called incorrectly. Product properties should not be accessed directly. Please see Debugging in WordPress for more information. (This message was added in version 3.0.) wc_yotpo.php:153

    id was called incorrectly. Product properties should not be accessed directly. Please see Debugging in WordPress for more information. (This message was added in version 3.0.) wc_yotpo.php:170

    WC_Product::get_post_data is deprecated since version 3.0! Use get_post instead. wc_yotpo.php:180

    • This topic was modified 7 years, 1 month ago by pawelkmpt.
  • The topic ‘Support for WooCommerce 3.x’ is closed to new replies.