• Resolved Elvis Morales

    (@elvismdev)


    Plugin options page displays two PHP deprecated warnings:

    Deprecated: Non-static method WP_SAML_Auth_Options::has_settings_filter() should not be called statically in /var/www/html/web/wp-content/plugins/wp-saml-auth/inc/class-wp-saml-auth-settings.php on line 147

    Deprecated: Non-static method WP_SAML_Auth_Options::do_required_settings_have_values() should not be called statically in /var/www/html/web/wp-content/plugins/wp-saml-auth/inc/class-wp-saml-auth-settings.php on line 161

    Seems that the has_settings_filter() and do_required_settings_have_values() have missing the static keyword.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Deprecated: Non-static method warnings in plugin backend’ is closed to new replies.