WC_Meta_Box_Order_Actions::set_email_sent_message( string $location )

Set the correct message ID.


Description Description


Parameters Parameters

$location

(Required) Location.


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php

	public static function set_email_sent_message( $location ) {
		return add_query_arg( 'message', 11, $location );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.