File "wp-plugin-suggestions.php"

Full Path: /home/cabizcok/public_html/wp-content/plugins/woocommerce-checkout-manager/vendor_packages/wp-plugin-suggestions.php
File size: 538 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-checkout-manager' ),
			'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',
				),
			),
		)
	);
}