Automattic\WooCommerce\Admin\Marketing

MarketingChannelInterface::get_product_listings_statuspublicWC 1.0

Returns the status of the marketing channel's product listings.

Method of the class: MarketingChannelInterface{}

No Hooks.

Returns

String.

Usage

$MarketingChannelInterface = new MarketingChannelInterface();
$MarketingChannelInterface->get_product_listings_status(): string;

MarketingChannelInterface::get_product_listings_status() code WC 9.9.5

public function get_product_listings_status(): string;