function your_register_widgets() { register_widget('your_widget_class'); } add_action('widgets_init', 'your_register_widgets'); class ...
確定! 回上一頁