woocommerce_order_item_cogs_refunded_html

woocommerce_order_item_cogs_refunded_html

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.10.3.4

apply_filters('woocommerce_order_item_cogs_refunded_html') is found 1 times:

  • /includes/class-wc-order-item.php line 665

    Warning: Undefined array key 667 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 668 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 669 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 670 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 * @param float  $refunded_cost The refunded cost value (always zero or a negative number).
    		 * @param WC_Order_Item $item   The order item object.
    		 * @param WC_Order $order       The order object.
    		 */
    		return apply_filters( 'woocommerce_order_item_cogs_refunded_html', $html, $refunded_cost, $this, $order );
    	}
    }