Home › Forums › Pro Support › Problema al activar versión PRO › Reply To: Problema al activar versión PRO
October 21, 2019 at 5:32 pm
#11583
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.