' . esc_html($inline_note) . '
';
static $allowed_svg = null;
if(null === $allowed_svg){
$allowed_svg = [
'svg' => [
'viewbox' => true,
'viewBox' => true,
'xmlns' => true,
'fill' => true,
'style' => true,
],
'path' => [
'd' => true,
'fill' => true,
'style' => true,
],
];
}
foreach(Helpers::get_networks_ordered('inline') as $network => $data){
$is_checked = in_array($network, $enabled_list, true);
$active_class = $is_checked ? 'is-active' : '';
echo '
';
}
echo '