Snippet to disable redirect after activation
-
Hi,
After activation, it redirected to
admin.php?page=kingcomposer&screen=welcome
Is there any snippet to disable redirect after activation.
I’ve tried below codes but seems to be not works:
function remove_pluginfunc() { remove_action( 'kc_do_activation_redirect' ); } add_action('plugins_loaded','remove_pluginfunc');
Thanks a lot
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Snippet to disable redirect after activation’ is closed to new replies.