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

Plugin aktif mi kontrol etme

  • 0
  • Posted by alidemirci
$plugin = ‘woocommerce/woocommerce.php’;
if (
	! in_array( $plugin, apply_filters( ‘active_plugins’, get_option( ‘active_plugins’, array() ) ) )

) {
	return;
}

← Previous Lesson

Post navigation

sprintf Kullanımı – Escaping
Site stilini gutenberg editöre ekleme
Proudly powered by WordPress.