File "OnboardingShouldShowStrategy.php"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/flexible-shipping/vendor_prefixed/octolize/wp-onboarding/src/Onboarding/OnboardingShouldShowStrategy.php
File size: 285 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* @package Octolize\Onboarding
*/
namespace FSVendor\Octolize\Onboarding;
/**
* When to show Onboarding.
*/
interface OnboardingShouldShowStrategy
{
/**
* Should Onboarding be visible?
*
* @return bool
*/
public function should_display();
}