check_cart_item_validity() should have have public

This commit is contained in:
Shiva Poudel 2014-09-15 01:37:51 +05:45
parent 40ec40a411
commit 40fe9ffd2f
1 changed files with 1 additions and 0 deletions

View File

@ -399,6 +399,7 @@ class WC_Cart {
/**
* Looks through cart items and checks the posts are not trashed or deleted.
*
* @access public
* @return bool|WP_Error
*/
public function check_cart_item_validity() {