Automattic\WooCommerce\Api\Attributes

PublicAccess::authorizepublicWC 1.0

Always grants access.

Method of the class: PublicAccess{}

No Hooks.

Returns

null. Nothing (null).

Usage

$PublicAccess = new PublicAccess();
$PublicAccess->authorize(): bool;

PublicAccess::authorize() code WC 10.9.4

public function authorize(): bool {
	return true;
}