• It shows an ugly error/message.

    Strict Standards: Declaration of c2c_ConfigureSMTP::options_page_description() should be compatible with C2C_Plugin_023::options_page_description($localized_heading_text = ”)

    Can be fxed by:

    line 171 of configure-smtp.php
    Find:

    public function options_page_description() {

    Replace with:

    public function options_page_description($localized_heading_text = '') {

    But still I think should be default.
    Still a lot of people use this useful plugin.

    https://wordpress.org/plugins/configure-smtp/

  • The topic ‘Ugly error in WP 4.0.1’ is closed to new replies.