Site logo

Archived topic

MainWP Compatibility

3 replies · Started by Gary on May 7, 2021

Viewing posts 1–4 of 4

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

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?

This archived topic is closed to new replies.