Automattic\WooCommerce\Internal\Admin

Marketing::preload_options()publicWC 1.0

Method of the class: Marketing{}

No Hooks.

Return

null. Nothing (null).

Usage

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

Marketing::preload_options() code WC 8.7.0

}

foreach ( $submenu['woocommerce-marketing'] as &$item ) {
	// The "slug" (aka the path) is the third item in the array.
	if ( 0 === strpos( $item[2], 'wc-admin' ) ) {