File "tracker-styles.php"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/flexible-shipping-pro/vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-styles.php
File size: 156 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace FSProVendor;

if (!\defined('ABSPATH')) {
    exit;
}
?>
<style>
	.wpdesk-tracker-test div {
		color: yellow !important;
	}
</style><?php