Automattic\WooCommerce\Admin\Marketing

MarketingChannelInterface::get_product_listings_status()publicWC 1.0

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

Method of the class: MarketingChannelInterface{}

No Hooks.

Return

String.

Usage

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

MarketingChannelInterface::get_product_listings_status() code WC 8.7.0

public function get_product_listings_status(): string;