wpas_activate_new_site undefined function in install.php
-
Getting an http 500 due to interacting with PaidMemberShip Pro plugin (which I must use)…on the ‘
wpmu_new_blog
‘ hook.I believe I can solve it by de-registering your hook in
install.php
:add_action( 'wpmu_new_blog', 'wpas_activate_new_site', 10, 6 );
I don’t want or care about ticket support on any network sites — only on my base site. So is it ok if I de-register that hook?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘wpas_activate_new_site undefined function in install.php’ is closed to new replies.