File "wp-plugin-suggestions.php"

Full Path: /home/u914632797/domains/lawfirmmarketingninja.com/public_html/wp-content-20260924114127/plugins/woocommerce-direct-checkout/vendor_packages/wp-plugin-suggestions.php
File size: 515 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

if (class_exists('QuadLayers\\WP_Plugin_Suggestions\\Load')) {
	new QuadLayers\WP_Plugin_Suggestions\Load(
		array(
		'exclude'          => array( 'woocommerce-direct-checkout' ),
		'parent_menu_slug' => 'wc-settings',
		'promote_links'    => array(
			array(
				'text'   => 'QuadLayers',
				'url'    => 'https://quadlayers.com',
				'target' => '_blank',
			),
			array(
				'text'   => 'Community',
				'url'    => 'https://www.facebook.com/groups/quadlayers',
				'target' => '_blank',
			)
		)
	)
);
}