// הוספת תמיכה בהעלאת קבצי SVG לספריית המדיה
function cc_mime_types($mimes) {
$mimes['svg'] = 'image/svg+xml';
return $mimes;
}
add_filter('upload_mimes', 'cc_mime_types');
// תיקון תצוגה מקדימה בספריית המדיה
function fix_svg_thumb_display() {
echo '';
}
add_action('admin_head', 'fix_svg_thumb_display');
Warning: Cannot modify header information - headers already sent by (output started at /home/portal/newportal/wp-content/themes/portal_theme/inc/core_func.php:1) in /home/portal/newportal/wp-includes/pluggable.php on line 1531
Warning: Cannot modify header information - headers already sent by (output started at /home/portal/newportal/wp-content/themes/portal_theme/inc/core_func.php:1) in /home/portal/newportal/wp-includes/pluggable.php on line 1534