Warning: This method has been deprecated.

WC_Admin_Setup_Wizard::is_not_featured_service( array $service )

Is this a non featured service?


Description Description


Parameters Parameters

$service

(Required) Service info array.


Top ↑

Return Return

(boolean)


Top ↑

Source Source

File: includes/admin/class-wc-admin-setup-wizard.php

	public function is_not_featured_service( $service ) {
		return ! $this->is_featured_service( $service );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
4.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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