scribu / wp-scb-framework

Utilities for speeding up WordPress plugin and theme development
https://github.com/scribu/wp-scb-framework/wiki
220 stars 59 forks source link

Removed deprecated procedure for contextual help hook. #57

Closed lotharthesavior closed 4 years ago

lotharthesavior commented 4 years ago

Hello,

I found this issue in the Posts 2 Posts plugin on wordpress.org: https://wordpress.org/support/topic/deprecated-filter-contextual_help/ and it happens to be a problem that I also experienced.

I followed the code and I got to this framework. I removed the code that is deprecated (and causing the error), I thought that it would be better to simply remove it now to avoid showing errors for the plugins that depends on it before getting to an actual solution for it in a later version.

Let me know if it is possible to move this forward or if is not possible to move forward this solution for any reason.

Thanks in advance!

lotharthesavior commented 4 years ago

I made the mistake of pushing this without checking for existent solutions, my bad!