Warning: This method has been deprecated.

WC_Admin_Setup_Wizard::get_activate_error_message( $code = '' )


Description Description


Source Source

File: includes/admin/class-wc-admin-setup-wizard.php

	protected function get_activate_error_message( $code = '' ) {
		$errors = $this->get_all_activate_errors();
		return array_key_exists( $code, $errors ) ? $errors[ $code ] : $errors['default'];
	}

Top ↑

Changelog Changelog

Changelog
Version Description
4.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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