File "BeaconShouldShowStrategy.php"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/flexible-shipping-pro/vendor_prefixed/wpdesk/wp-helpscout-beacon/src/Beacon/BeaconShouldShowStrategy.php
File size: 229 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace FSProVendor\WPDesk\Beacon;
/**
* When to show Beacon.
*/
interface BeaconShouldShowStrategy
{
/**
* Should Beacon be visible?
*
* @return bool
*/
public function shouldDisplay();
}