Setup_Status::refresh_status()

Summary

Refresh the status cache with new data


Return

(array)


Source

File: src/BigCommerce/Merchant/Setup_Status.php

	public function refresh_status() {
		delete_transient( self::STATUS_CACHE );

		return $this->get_current_status();
	}


User Contributed Notes

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