WC_Admin_Meta_Boxes::save_errors()

Save errors to an option.


Description Description


Source Source

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

	public function save_errors() {
		update_option( 'woocommerce_meta_box_errors', self::$meta_box_errors );
	}

Top ↑

User Contributed Notes User Contributed Notes

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