<?php

defined( 'ABSPATH' ) || exit;

$this->sections['wpex_footer_widgets'] = [
	'settings' => [
		[
			'id' => 'footer_builder_notice',
			'control' => [
				'description' => sprintf(
					/* translators: 1: link to the customizer. 2: closing link */
					esc_html__( 'Your site is using the %1$sFooter Builder%2$s.', 'total' ),
					'<a href="' . esc_url( admin_url( 'admin.php?page=wpex-panel-footer-builder' ) ) . '" target="_blank" rel="noopener noreferrer">',
					'</a>'
				),
				'type' => 'totaltheme_notice',
			],
		]
	],
];
