问题 I'm trying to get in a plugin I'm writing the variation ID of products. Here's what I wrote: class mass { public function __construct() { add_action('woocommerce_product_after_variable_attributes',array($this,'thfo_mass')); } public function thfo_mass() { $id = WC_Product_Variation::get_variation_id(); //$lenght = get_post_meta($id,'_length'); //$dimensions = wc_get_dimension(24750, 'cm'); var_dump($id); } I only get an error: Deprecated: Non-static method WC_Product_Variation::get_variation