File "ShouldShowStrategy.php"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/flexible-shipping/vendor_prefixed/wpdesk/wp-show-decision/src/ShouldShowStrategy.php
File size: 192 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace FSVendor\WPDesk\ShowDecision;
/**
* Should something be shown?
*/
interface ShouldShowStrategy
{
/**
* @return bool
*/
public function shouldDisplay();
}