File "ShouldDisplayNever.php"
Full Path: /home/jlklyejr/public_html/wp-content/test/wp-content/plugins/flexible-shipping/vendor_prefixed/octolize/wp-octolize-tracker/src/OptInNotice/ShouldDisplayNever.php
File size: 290 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace FSVendor\Octolize\Tracker\OptInNotice;
/**
* Should display never.
*/
class ShouldDisplayNever implements \FSVendor\Octolize\Tracker\OptInNotice\ShouldDisplay
{
/**
* @inheritDoc
*/
public function should_display()
{
return \false;
}
}