It seems we can’t find what you’re looking for. Perhaps searching can help.

// Son Güncelleme Tarihi Başlangıç function last_date_updated( $content ) { $u_time = get_the_time('U'); $u_modified_time = get_the_modified_time('U'); if ($u_modified_time >= $u_time + 86400) { $updated_date = get_the_modified_time('F jS, Y'); $current_datetime = current_datetime()->format('d-m-Y'); $custom_content .= '

Son Güncelleme Tarihi: '.$current_datetime . ' Değerlendirme: 10 Üzerinden (10 Puan) ⭐⭐⭐⭐⭐

'; } $custom_content .= $content; return $custom_content; } add_filter( 'the_content', 'last_date_updated' ); // Son Güncelleme Tarihi Son
Sekabet