Archived topic
MainWP Compatibility
3 replies · Started by Gary on May 7, 2021
GP Premium never shows up in the Updates list in MainWP.
I have opened a ticket with MainWP but thought to check here as well.
Thanks.
Gary
Hi there,
Looks like all the premium plugins that are using EDD have the same issue:
https://generatepress.com/forums/topic/mainwp-updates/
I was advised by MainWP to install their Custom Dashboard Extension and follow the instructions found here-
https://kb.mainwp.com/docs/premium-plugin-updates-not-detected/
Looking over the instructions, I am not sure what I am supposed to put here-
add_filter( 'mainwp_request_update_premium_plugins', 'myhook_mainwp_detect_premium_plugins_update', 10 );
function myhook_mainwp_detect_premium_plugins_update( $premiums ) {
$premiums[] = 'custom-plugin/custom-plugin.php';
return $premiums;
}
Any help is appreciated.
Thanks.
Gary
Sorry so what is the issue here?