We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Problema al activar versión PRO Reply To: Problema al activar versión PRO

#11583
Tom
Keymaster

In our pro version, that function is wrapped like this:

if ( ! function_exists( 'tgmpa_load_bulk_installer' ) ) {

}

That will prevent this error from happening if another plugin has the same function. However, that other plugin must also use the functon_exists() function, or this error can happen.