Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




register_widget [ WordPress Function ]

register_widget ( $widget_class )
Parameters:
  • (string) $widget_class The name of a class that extends WP_Widget
Uses:
  • WP_Widget_Factory
See:
  • WP_Widget
  • WP_Widget_Factory
Defined at:



Register a widget

Registers a WP_Widget widget

Source


<?php
function register_widget($widget_class) {
    global 
$wp_widget_factory;

    
$wp_widget_factory->register($widget_class);
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

Kullanýcý Tartýþmalarý [ wordpress.org ]

- Bulunamadý -

Yeni bir konu yaz ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics