Viewing 1 replies (of 1 total)
  • Hello Nisarg I’ve found the solution of this Notice, first find this file “class-theme-my-login-widget.php” for me it was in
    \wp-content\plugins\theme-my-login\includes\class-theme-my-login-widget.php

    Find
    $this->WP_Widget( 'theme-my-login', __( 'Theme My Login', 'theme-my-login' ), $widget_options );
    for me it was on line 26 and change it to
    parent::__construct( 'theme-my-login', __( 'Theme My Login', 'theme-my-login' ), $widget_options );

    This works for me and now the Notice is gone..

Viewing 1 replies (of 1 total)
  • The topic ‘Get Notice when update to 4.3’ is closed to new replies.