woocommerce_paypal_get_order_item_name

woocommerce_paypal_get_order_item_name

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_paypal_get_order_item_name') is found 1 times:

  • /includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php line 412
    		if ( $item_meta ) {
    			$item_name .= ' (' . $item_meta . ')';
    		}
    
    		return apply_filters( 'woocommerce_paypal_get_order_item_name', $item_name, $order, $item );
    	}
    
    	/**
    	 * Return all line items.
    	 */
    	protected function get_line_items() {