license_admin->get_connect_url( [ 'utm_source' => 'popup-templates', 'utm_medium' => 'wp-dash', 'utm_campaign' => 'connect-and-activate-license', ] ); $renew_url = 'https://go.elementor.com/renew-popups/'; return API::is_license_expired() ? $renew_url : $connect_url; } public function get_parent_slug(): string { return Source_Local::ADMIN_MENU_SLUG; } public function get_label(): string { return esc_html__( 'Popups', 'elementor-pro' ); } public function get_page_title(): string { return esc_html__( 'Popups', 'elementor-pro' ); } public function get_promotion_title(): string { return esc_html__( 'Get Popup Builder', 'elementor-pro' ); } public function get_promotion_description(): string { return esc_html__( "Create custom designed Popups. Use advanced display conditions and triggers to display the right popup, to the right visitor, at the right time and maximize conversions.", 'elementor-pro' ); } /** * @deprecated use get_promotion_description instead * @return void */ public function render_promotion_description() { echo $this->get_promotion_description(); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped } }