Support » Plugin: WPCore Plugin Manager » Cannot redeclare wpcore_set_false()

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Kristof Loyens Quantum Leap

    (@quantum-leap)

    add_filter('tgmpa_admin_menu_use_add_theme_page', 'wpcore_set_false');
    			function wpcore_set_false(){
    				return false;
    			}}

    Removed the extra declaration and now plugin works fine.

    Not sure if this was the right thing to do but it seems to have fixed it for now.

    Plugin Author stueynet

    (@stueynet)

    Where is the extra declaration? I don’t see it and I have not seen this error in any of my test installs. Thanks for the help!

    Just came across this bug too.

    Plugin Author stueynet

    (@stueynet)

    I think this should be fixed in the current release. It possible this is form a very old version but I never had the error. Please update and let me know if you are still having problems.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cannot redeclare wpcore_set_false()’ is closed to new replies.