WC_Webhook::get_i18n_status()

Get the webhook i18n status.


Description Description


Return Return

(string)


Top ↑

Source Source

File: includes/class-wc-webhook.php

	public function get_i18n_status() {
		$status   = $this->get_status();
		$statuses = wc_get_webhook_statuses();

		return isset( $statuses[ $status ] ) ? $statuses[ $status ] : $status;
	}


Top ↑

User Contributed Notes User Contributed Notes

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