Piwik\Plugins\ProfessionalServices\ProfessionalServices::getGoalOverviewPromo PHP 메소드

getGoalOverviewPromo() 공개 메소드

public getGoalOverviewPromo ( &$out )
    public function getGoalOverviewPromo(&$out)
    {
        if (\Piwik\Plugin\Manager::getInstance()->isPluginActivated('AbTesting') || $this->isRequestForDashboardWidget()) {
            return;
        }
        $out .= '
            <p style="margin-top:3em" class=" alert-info alert">Did you know?
                With <a target="_blank" rel="noreferrer" href="https://piwik.org/recommends/ab-testing-learn-more/">A/B Testing for Piwik</a> you can immediately increase conversions and sales by creating different versions of a page to see which grows your business.
            </p>
            ';
    }