No products in the cart.
Access our premium support and let us know your problems, we will help you solve them.
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