• Resolved PinkishHue

    (@pinkishhue)


    I was receiving an error message in the admin dashboard about ‘contextual_help’ being deprecated. In case it helps anyone else I was able to fix this by editing the plugin in file widgets-on-pages/admin/class-widgets-on-pages-admin.php

    On line 70, comment out these lines:

    //        add_filter(
    //            'contextual_help',
    //            array( $this, 'wop_plugin_help' ),
    //            10,
    //            3
    //        );

    Obviously long term I will find another suitable plugin (if this one doesn’t manage to get an update. If it does get updated be warned the above edit may be overwritten.)

Viewing 1 replies (of 1 total)
  • Plugin Author toddhalfpenny

    (@toddhalfpenny)

    Thanks @pinkishhue. This has been removed in the version that has just been submitted for review.

    I see there are some replacement functions to add contextual help, so I’ll do some reading up on those.

    Ta,
    Todd

Viewing 1 replies (of 1 total)
  • The topic ‘Quick fix for the contextual_help error message’ is closed to new replies.