חיפוש
סגור את תיבת החיפוש
הרצאות מהכנס ה - 39
function custom_elementor_date_format($date) { return date('d-m-Y', strtotime($date)); } add_filter('elementor_pro/posts/date_format', 'custom_elementor_date_format');