woocommerce_order_refund_object_updated_props

woocommerce_order_refund_object_updated_props

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_order_refund_object_updated_props') is found 2 times:

  • /includes/data-stores/class-wc-order-refund-data-store-cpt.php line 108
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
            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 187
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
         * 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