woocommerce_customer_object_updated_props

woocommerce_customer_object_updated_props

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_customer_object_updated_props') is found 1 times:

  • /includes/data-stores/class-wc-customer-data-store.php line 323
    				$updated_props[] = $prop;
    			}
    		}
    
    		do_action( 'woocommerce_customer_object_updated_props', $customer, $updated_props );
    	}
    
    	/**
    	 * Check if the usage of the custom orders table is enabled.
    	 *
    	 * @return bool