/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/themes/twentytwenty/inc
Edit: /var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/themes/twentytwenty/inc/svg-icons.php (1929B)
array(
'class' => true,
'xmlns' => true,
'width' => true,
'height' => true,
'viewbox' => true,
'aria-hidden' => true,
'role' => true,
'focusable' => true,
),
'path' => array(
'fill' => true,
'fill-rule' => true,
'd' => true,
'transform' => true,
),
'polygon' => array(
'fill' => true,
'fill-rule' => true,
'points' => true,
'transform' => true,
'focusable' => true,
),
)
);
if ( ! $svg ) {
return false;
}
return $svg;
}
}