Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter toto

    (@toto)

    Change it to:

    function Bi_Widget_Product_register_widgets() {
    	register_widget( 'Bi_Widget_Product' );
    }
    add_action( 'widgets_init', 'Bi_Widget_Product_register_widgets' );

    and will work again

    Plugin Author yaibait

    (@yaibait)

    thanks you. I will change it. I think it same

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not working’ is closed to new replies.