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.8.7.0

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
    			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
    		 * 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