WC_Abstract_Privacy::get_privacy_message()

Gets the message of the privacy to display.


Description Description

To be overloaded by the implementor.


Return Return

(string)


Top ↑

Source Source

File: includes/abstracts/abstract-wc-privacy.php

	public function get_privacy_message() {
		return '';
	}


Top ↑

User Contributed Notes User Contributed Notes

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