Automattic\WooCommerce\Internal\Admin

WcPayWelcomePage::allowed_promo_notespublicWC 1.0

Method of the class: WcPayWelcomePage{}

No Hooks.

Returns

null. Nothing (null).

Usage

$WcPayWelcomePage = new WcPayWelcomePage();
$WcPayWelcomePage->;

WcPayWelcomePage::allowed_promo_notes() code WC 9.9.3

		return '';
	}

	/**
	 * Get the WooCommerce setup task list Payments task instance.
	 *
	 * @return Task|null The Payments task instance. null if the task is not found.
	 */
	private function get_payments_task(): ?Task {
		$task_list = TaskLists::get_list( 'setup' );
		if ( empty( $task_list ) ) {
			return null;