Removed variables that are not needed.

This commit is contained in:
Peter Fabian 2018-07-11 13:44:43 +02:00
parent 28cb32e54b
commit 47d0bb7b6a
1 changed files with 0 additions and 14 deletions

View File

@ -39,20 +39,6 @@ class WC_REST_Product_Variations_Controller extends WC_REST_Products_Controller
*/
protected $post_type = 'product_variation';
/**
* Name of parent product table in SQL query.
*
* @var string
*/
protected $parent_product_table_name = 'p_wc_variation_parent';
/**
* Extra clauses to add to WP_Query.
*
* @var array
*/
protected $clauses = array();
/**
* Initialize product actions (parent).
*/