VaultPress::woocommerce_attribute_handler PHP Method

woocommerce_attribute_handler() public method

    function woocommerce_attribute_handler($id)
    {
        $this->generic_change_handler('woocommerce_attribute_taxonomies', array('attribute_id' => $id));
    }
VaultPress