חיפוש
סגור את תיבת החיפוש

ביטאון 69

function custom_elementor_date_format($date) { return date('d-m-Y', strtotime($date)); } add_filter('elementor_pro/posts/date_format', 'custom_elementor_date_format');