woocommerce_order_refund_object_updated_props, $refund, $updated_props
woocommerce_order_refund_object_updated_props, $refund, $updated_props
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_order_refund_object_updated_props, $refund, $updated_props') is found 2 times:
- /includes/data-stores/class-wc-order-refund-data-store-cpt.php line 140
update_post_meta( $refund->get_id(), $meta_key, $value ); $updated_props[] = $prop; } do_action( 'woocommerce_order_refund_object_updated_props', $refund, $updated_props ); } /** * Get a title for the new post type. * * @return string
- /src/Internal/DataStores/Orders/OrdersTableRefundDataStore.php line 195
* Fires after updating meta for a order refund. * * @since 2.7.0 */ do_action( 'woocommerce_order_refund_object_updated_props', $refund, $updated_props ); } /** * Get a title for the new post type. * * @return string