Access our premium support and let us know your problems, we will help you solve them.

0
No products in the cart.

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Cannot redeclare function error in wordpress #9912
    blankjean-luc-biniou
    Participant

    I dont know how start.php is included, but probably it’s included more than once.

    Quick fix, surrounding your wpb_dynamic_init with

    if (!function_exists('wpb_dynamic_init')) {
        // your function
    }
    

    Better solution, find why start.php is included many times. You can use debug_backtrace in start.php to visualize the calls-stack

Viewing 1 post (of 1 total)