WC_Admin_Meta_Boxes::add_error( string $text )

Add an error message.


Description Description


Parameters Parameters

$text

(Required) Error to add.


Top ↑

Source Source

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

	public static function add_error( $text ) {
		self::$meta_box_errors[] = $text;
	}


Top ↑

User Contributed Notes User Contributed Notes

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