File "ShouldDisplay.php"
Full Path: /home/jlklyejr/public_html/wp-content/test/wp-content/plugins/flexible-shipping/vendor_prefixed/octolize/wp-octolize-tracker/src/OptInNotice/ShouldDisplay.php
File size: 235 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace FSVendor\Octolize\Tracker\OptInNotice;
/**
* Should display notice.
*/
interface ShouldDisplay
{
/**
* Notice should be displayed?
*
* @return bool
*/
public function should_display();
}