Skip to content

WordPress Akademi

  • Başlangıç
    • Kod Standartları
    • CSS & HTML
    • WP geliştirme araçları
  • Tema
    • Tema Düzenleme ve geliştirme
  • Son Eklenenler
  • Slack Grubu
  • Testler
  • İletişim

sprintf Kullanımı – Escaping

  • 0
  • Posted by alidemirci
echo sprintf(__( ‘<div class=“prl-image-wrapper”><a href=“%s” title=“%s”><img src=“%s” /></a></div>’, ‘propel’ ),
                        $post_link,
                        $post_title,
                        $post_thumbnail
                    );

← Previous Lesson

Post navigation

Kod Karsilastirma
Plugin aktif mi kontrol etme
Proudly powered by WordPress.