/home/fortodpl/thecutediva.com/wp-content/plugins/litespeed-cache/tpl/banner
Edit: /home/fortodpl/thecutediva.com/wp-content/plugins/litespeed-cache/tpl/banner/score.php (7371B)
scores();
// Exit if speed is not significantly improved or score is reduced.
if ( $health_scores['speed_before'] <= $health_scores['speed_after'] * 2 || $health_scores['score_before'] >= $health_scores['score_after'] ) {
return;
}
// Banner can be shown now.
$this->_promo_true = true;
if ( $check_only ) {
return;
}
$ajax_url_promo = Utility::build_url(Core::ACTION_DISMISS, GUI::TYPE_DISMISS_PROMO, true, null, array( 'promo_tag' => $promo_tag ), true);
?>