Merhaba,
Makale içerisinde tarih kullanmak istiyorum boyun için bir shortcode ekledim çalışıyor ama tek sıkıntı Türkçe olarak yansımıyor.
Çıkan sonuç :
Sunday, June 12, 2022

sitede makale paylaşım tarihleri Türkçe çıkıyor
Shorcode olan kısmıda nasıl Türkçe yapabilirim




add_shortcode( 'tarih', function() {
return date('l, F j, Y');
} );
add_filter( 'the_title', 'do_shortcode' );
add_filter( 'the_seo_framework_title_from_custom_field', 'do_shortcode' );
add_filter( 'the_seo_framework_title_from_generation', 'do_shortcode' );