• There are several issues that should be resolved..

    • The called constructor method for WP_Widget in Membee_Nav_Menu_Widget is <strong>deprecated</strong> since version 4.3.0! Use <pre>__construct()</pre> instead.
    • Undefined index: loggedin in /wp-content/plugins/membees-member-login-widget/membee-login.php on line 64 – can be resolved by using isset() instead of == true
    • Undefined index: error in /wp-content/plugins/membees-member-login-widget/mvc/v.php on line 200 – can be resolved by using isset() instead of == true
    • In c.php the prepare_redirect and sign_user_in methods use redirects that are harded to http protocol. Perhaps perform a check for ssl and use https if available
    • In m.php use property_exists before accessing userID, because in some instances it has failed if ( property_exists( $userdata, 'UserID' ) )
  • The topic ‘Code Quality Issues’ is closed to new replies.