woocommerce_privacy_before_remove_order_personal_data

woocommerce_privacy_before_remove_order_personal_data

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_privacy_before_remove_order_personal_data') is found 1 times:

  • /includes/class-wc-privacy-erasers.php line 227
    		 *
    		 * @since 3.4.0
    		 * @param WC_Order $order A customer object.
    		 */
    		do_action( 'woocommerce_privacy_before_remove_order_personal_data', $order );
    
    		/**
    		 * Expose props and data types we'll be anonymizing.
    		 *
    		 * @since 3.4.0
    		 * @param array    $props Keys are the prop names, values are the data type we'll be passing to wp_privacy_anonymize_data().