label * array $operators — list of keys * array $operator_labels — key => label * bool $is_pro — from wp_slimstat::pro_is_installed() * string $consent_notice — prebuilt string or empty * * @var array $goals * @var int $max_goals * @var int $active_count * @var array $dimensions * @var array $operators * @var array $operator_labels * @var bool $is_pro * @var string $consent_notice */ if (!defined('ABSPATH')) { exit; } // Heading (title + subtitle) and actions (usage pill + Add CTA) now live in the // postbox header — see wp_slimstat_admin::register_goals_funnels_header_hooks() // hooks on slimstat_report_header_after_title + slimstat_report_header_buttons. $at_max = $active_count >= $max_goals; $show_upsell = $at_max && !$is_pro; ?>

' . esc_html__('Upgrade to Pro', 'wp-slimstat') . '' ), ['a' => ['href' => [], 'target' => [], 'rel' => []]] ); ?>